#396BCD

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

Shades of Royal Blue #396BCD

Tints of Royal Blue #396BCD

Color information

#396BCD (or 0x396BCD) is unknown color: approx Royal Blue. HEX triplet: 39, 6B and CD. RGB value is (57,107,205). Sum of RGB (Red+Green+Blue) = 57+107+205=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #396BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BCD is #C69432. Grayscale: #666666. Windows color (decimal): -13014067 or 13462329. OLE color: 13462329.

HSL color Cylindrical-coordinate representation of color #396BCD: hue angle of 219.73º 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 #396BCD is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57107205-
CMYK0.720.4800.20
HSL219.73º59.68%51.37%-
HSV(B)219.73º72.2%80.39%-
XYZ17.9615.7959.86-
YUV103.22185.4495.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=15.45%
G=29.00%
B=55.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571072050.720.4800.20219.7359.6851.37
Hex396BCD4830014dc3c33
Octal71153315110600243347463
Binary111001110101111001101100100011000001010011011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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