#396FCD

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

Shades of Royal Blue #396FCD

Tints of Royal Blue #396FCD

Color information

#396FCD (or 0x396FCD) is unknown color: approx Royal Blue. HEX triplet: 39, 6F and CD. RGB value is (57,111,205). Sum of RGB (Red+Green+Blue) = 57+111+205=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #396FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FCD is #C69032. Grayscale: #696969. Windows color (decimal): -13013043 or 13463353. OLE color: 13463353.

HSL color Cylindrical-coordinate representation of color #396FCD: hue angle of 218.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396FCD is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57111205-
CMYK0.720.4600.20
HSL218.11º59.68%51.37%-
HSV(B)218.11º72.2%80.39%-
XYZ18.3916.6560-
YUV105.57184.1193.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.28%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 205 (80.47% from 255) = 54.96%
R=15.28%
G=29.76%
B=54.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571112050.720.4600.20218.1159.6851.37
Hex396FCD482E014da3c33
Octal71157315110560243327463
Binary111001110111111001101100100010111001010011011010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396FCD; }

 p { color: rgb(57,111,205); }

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

<style>
 a { background-color: #396FCD; }

 a { background-color: rgb(57,111,205); }

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

<style>
 span { border-color: #396FCD; }

 span { border-color: rgb(57,111,205); }

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