#396995

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

Shades of Lochmara #396995

Tints of Lochmara #396995

Color information

#396995 (or 0x396995) is unknown color: approx Lochmara. HEX triplet: 39, 69 and 95. RGB value is (57,105,149). Sum of RGB (Red+Green+Blue) = 57+105+149=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #396995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396995 is #C6966A. Grayscale: #5F5F5F. Windows color (decimal): -13014635 or 9791801. OLE color: 9791801.

HSL color Cylindrical-coordinate representation of color #396995: hue angle of 208.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396995 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57105149-
CMYK0.620.3000.42
HSL208.7º44.66%40.39%-
HSV(B)208.7º61.74%58.43%-
XYZ12.1613.1430.33-
YUV95.66158.1100.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=18.33%
G=33.76%
B=47.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571051490.620.3000.42208.744.6640.39
Hex3969953E1E02Ad12d28
Octal7115122576360523215550
Binary11100111010011001010111111011110010101011010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396995; }

 p { color: rgb(57,105,149); }

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

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

 a { background-color: rgb(57,105,149); }

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

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

 span { border-color: rgb(57,105,149); }

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