#396ECC

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

Shades of Royal Blue #396ECC

Tints of Royal Blue #396ECC

Color information

#396ECC (or 0x396ECC) is unknown color: approx Royal Blue. HEX triplet: 39, 6E and CC. RGB value is (57,110,204). Sum of RGB (Red+Green+Blue) = 57+110+204=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #396ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECC is #C69133. Grayscale: #686868. Windows color (decimal): -13013300 or 13397561. OLE color: 13397561.

HSL color Cylindrical-coordinate representation of color #396ECC: hue angle of 218.37º degrees, saturation: 0.59, 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 #396ECC is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57110204-
CMYK0.720.4600.2
HSL218.37º59.04%51.18%-
HSV(B)218.37º72.06%80%-
XYZ18.1616.3859.33-
YUV104.87183.9493.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=15.36%
G=29.65%
B=54.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571102040.720.4600.2218.3759.0451.18
Hex396ECC482E014da3b33
Octal71156314110560243327363
Binary111001110111011001100100100010111001010011011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,204); }

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

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

 a { background-color: rgb(57,110,204); }

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

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

 span { border-color: rgb(57,110,204); }

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