#396DCB

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

Shades of Royal Blue #396DCB

Tints of Royal Blue #396DCB

Color information

#396DCB (or 0x396DCB) is unknown color: approx Royal Blue. HEX triplet: 39, 6D and CB. RGB value is (57,109,203). Sum of RGB (Red+Green+Blue) = 57+109+203=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #396DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DCB is #C69234. Grayscale: #676767. Windows color (decimal): -13013557 or 13331769. OLE color: 13331769.

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

Color convert

RGB57109203-
CMYK0.720.4600.20
HSL218.63º58.4%50.98%-
HSV(B)218.63º71.92%79.61%-
XYZ17.9416.1258.67-
YUV104.17183.7794.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=15.45%
G=29.54%
B=55.01%

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
Decimal571092030.720.4600.20218.6358.450.98
Hex396DCB482E014db3a33
Octal71155313110560243337263
Binary111001110110111001011100100010111001010011011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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