#396A99

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

Shades of Lochmara #396A99

Tints of Lochmara #396A99

Color information

#396A99 (or 0x396A99) is unknown color: approx Lochmara. HEX triplet: 39, 6A and 99. RGB value is (57,106,153). Sum of RGB (Red+Green+Blue) = 57+106+153=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #396A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A99 is #C69566. Grayscale: #606060. Windows color (decimal): -13014375 or 10054201. OLE color: 10054201.

HSL color Cylindrical-coordinate representation of color #396A99: hue angle of 209.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396A99 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57106153-
CMYK0.630.3100.4
HSL209.38º45.71%41.18%-
HSV(B)209.38º62.75%60%-
XYZ12.5913.4832.07-
YUV96.71159.7799.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=18.04%
G=33.54%
B=48.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571061530.630.3100.4209.3845.7141.18
Hex396A993F1F028d12e29
Octal7115223177370503215651
Binary11100111010101001100111111111111010100011010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,153); }

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

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

 a { background-color: rgb(57,106,153); }

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

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

 span { border-color: rgb(57,106,153); }

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