#396BC8

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

Shades of Royal Blue #396BC8

Tints of Royal Blue #396BC8

Color information

#396BC8 (or 0x396BC8) is unknown color: approx Royal Blue. HEX triplet: 39, 6B and C8. RGB value is (57,107,200). Sum of RGB (Red+Green+Blue) = 57+107+200=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #396BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BC8 is #C69437. Grayscale: #666666. Windows color (decimal): -13014072 or 13134649. OLE color: 13134649.

HSL color Cylindrical-coordinate representation of color #396BC8: hue angle of 219.02º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #396BC8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57107200-
CMYK0.720.4600.22
HSL219.02º56.52%50.39%-
HSV(B)219.02º71.5%78.43%-
XYZ17.3715.5656.73-
YUV102.65182.9495.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.66%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=15.66%
G=29.40%
B=54.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571072000.720.4600.22219.0256.5250.39
Hex396BC8482E016db3932
Octal71153310110560263337162
Binary111001110101111001000100100010111001011011011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,200); }

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

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

 a { background-color: rgb(57,107,200); }

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

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

 span { border-color: rgb(57,107,200); }

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