#396FA2

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

Shades of Lochmara #396FA2

Tints of Lochmara #396FA2

Color information

#396FA2 (or 0x396FA2) is unknown color: approx Lochmara. HEX triplet: 39, 6F and A2. RGB value is (57,111,162). Sum of RGB (Red+Green+Blue) = 57+111+162=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #396FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396FA2 is #C6905D. Grayscale: #646464. Windows color (decimal): -13013086 or 10645305. OLE color: 10645305.

HSL color Cylindrical-coordinate representation of color #396FA2: hue angle of 209.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396FA2 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57111162-
CMYK0.650.3100.36
HSL209.14º47.95%42.94%-
HSV(B)209.14º64.81%63.53%-
XYZ13.8914.8536.32-
YUV100.67162.6196.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=17.27%
G=33.64%
B=49.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571111620.650.3100.36209.1447.9542.94
Hex396FA2411F024d1302b
Octal71157242101370443216053
Binary111001110111110100010100000111111010010011010001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,162); }

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

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

 a { background-color: rgb(57,111,162); }

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

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

 span { border-color: rgb(57,111,162); }

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