#396CCE

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

Shades of Royal Blue #396CCE

Tints of Royal Blue #396CCE

Color information

#396CCE (or 0x396CCE) is unknown color: approx Royal Blue. HEX triplet: 39, 6C and CE. RGB value is (57,108,206). Sum of RGB (Red+Green+Blue) = 57+108+206=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #396CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CCE is #C69331. Grayscale: #676767. Windows color (decimal): -13013810 or 13528121. OLE color: 13528121.

HSL color Cylindrical-coordinate representation of color #396CCE: hue angle of 219.46º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396CCE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57108206-
CMYK0.720.4800.19
HSL219.46º60.32%51.57%-
HSV(B)219.46º72.33%80.78%-
XYZ18.1916.0560.53-
YUV103.92185.694.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 206 (80.86% from 255) = 55.53%
R=15.36%
G=29.11%
B=55.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571082060.720.4800.19219.4660.3251.57
Hex396CCE4830013db3c34
Octal71154316110600233337464
Binary111001110110011001110100100011000001001111011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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