#396CCD

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

Shades of Royal Blue #396CCD

Tints of Royal Blue #396CCD

Color information

#396CCD (or 0x396CCD) is unknown color: approx Royal Blue. HEX triplet: 39, 6C and CD. RGB value is (57,108,205). Sum of RGB (Red+Green+Blue) = 57+108+205=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #396CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CCD is #C69332. Grayscale: #676767. Windows color (decimal): -13013811 or 13462585. OLE color: 13462585.

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

Color convert

RGB57108205-
CMYK0.720.4700.20
HSL219.32º59.68%51.37%-
HSV(B)219.32º72.2%80.39%-
XYZ18.071659.89-
YUV103.81185.194.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=15.41%
G=29.19%
B=55.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571082050.720.4700.20219.3259.6851.37
Hex396CCD482F014db3c33
Octal71154315110570243337463
Binary111001110110011001101100100010111101010011011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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