#3768fd

Color #3768FD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3768FD

Tints of Royal Blue #3768FD

Color information

#3768FD (or 0x3768FD) is unknown color: approx Royal Blue. HEX triplet: 37, 68 and FD. RGB value is (55,104,253). Sum of RGB (Red+Green+Blue) = 55+104+253=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #3768FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3768FD is #C89702. Grayscale: #696969. Windows color (decimal): -13145859 or 16607287. OLE color: 16607287.

HSL color Cylindrical-coordinate representation of color #3768FD: hue angle of 225.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3768FD is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB55104253-
CMYK0.780.5900.01
HSL225.15º98.02%60.39%-
HSV(B)225.15º78.26%99.22%-
XYZ24.2617.895.09-
YUV106.34210.7791.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 253 (99.22% from 255) = 61.41%
R=13.35%
G=25.24%
B=61.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal551042530.780.5900.01225.1598.0260.39
Hex3768FD4E3B01e1623c
Octal67150375116730134114274
Binary110111110100011111101100111011101101111000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3768fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3768fd; }

 p { color: rgb(55,104,253); }

 H1.HeaderClassName
 {
   color: #3768fd;
 }
 .AnyTagClassName
 {
   color: #3768fd;
 }
</style>
background-color css

<style>
 a { background-color: #3768fd; }

 a { background-color: rgb(55,104,253); }

 div.DivClassName
 {
   background-color: #3768fd;
 }
 .BgClassName
 {
   background-color: #3768fd;
 }
</style>
border-color css

<style>
 span { border-color: #3768fd; }

 span { border-color: rgb(55,104,253); }

 td.TdClassName
 {
   border-color: #3768fd;
 }
 .TagClassName
 {
   border-color: #3768fd;
 }
</style>