#396E96

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

Shades of Lochmara #396E96

Tints of Lochmara #396E96

Color information

#396E96 (or 0x396E96) is unknown color: approx Lochmara. HEX triplet: 39, 6E and 96. RGB value is (57,110,150). Sum of RGB (Red+Green+Blue) = 57+110+150=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #396E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E96 is #C69169. Grayscale: #626262. Windows color (decimal): -13013354 or 9858617. OLE color: 9858617.

HSL color Cylindrical-coordinate representation of color #396E96: hue angle of 205.81º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396E96 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57110150-
CMYK0.620.2700.41
HSL205.81º44.93%40.59%-
HSV(B)205.81º62%58.82%-
XYZ12.7714.2230.93-
YUV98.71156.9498.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=17.98%
G=34.70%
B=47.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571101500.620.2700.41205.8144.9340.59
Hex396E963E1B029ce2d29
Octal7115622676330513165551
Binary11100111011101001011011111011011010100111001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,150); }

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

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

 a { background-color: rgb(57,110,150); }

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

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

 span { border-color: rgb(57,110,150); }

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