#396D99

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

Shades of Lochmara #396D99

Tints of Lochmara #396D99

Color information

#396D99 (or 0x396D99) is unknown color: approx Lochmara. HEX triplet: 39, 6D and 99. RGB value is (57,109,153). Sum of RGB (Red+Green+Blue) = 57+109+153=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #396D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D99 is #C69266. Grayscale: #626262. Windows color (decimal): -13013607 or 10054969. OLE color: 10054969.

HSL color Cylindrical-coordinate representation of color #396D99: hue angle of 207.5º 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 #396D99 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57109153-
CMYK0.630.2900.4
HSL207.5º45.71%41.18%-
HSV(B)207.5º62.75%60%-
XYZ12.9114.1132.18-
YUV98.47158.7798.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=17.87%
G=34.17%
B=47.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571091530.630.2900.4207.545.7141.18
Hex396D993F1D028d02e29
Octal7115523177350503205651
Binary11100111011011001100111111111101010100011010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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