#396ECB

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

Shades of Royal Blue #396ECB

Tints of Royal Blue #396ECB

Color information

#396ECB (or 0x396ECB) is unknown color: approx Royal Blue. HEX triplet: 39, 6E and CB. RGB value is (57,110,203). Sum of RGB (Red+Green+Blue) = 57+110+203=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #396ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECB is #C69134. Grayscale: #686868. Windows color (decimal): -13013301 or 13332025. OLE color: 13332025.

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

Color convert

RGB57110203-
CMYK0.720.4600.20
HSL218.22º58.4%50.98%-
HSV(B)218.22º71.92%79.61%-
XYZ18.0416.3358.7-
YUV104.76183.4493.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=15.41%
G=29.73%
B=54.86%

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
Decimal571102030.720.4600.20218.2258.450.98
Hex396ECB482E014da3a33
Octal71156313110560243327263
Binary111001110111011001011100100010111001010011011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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