#396D96

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

Shades of Lochmara #396D96

Tints of Lochmara #396D96

Color information

#396D96 (or 0x396D96) is unknown color: approx Lochmara. HEX triplet: 39, 6D and 96. RGB value is (57,109,150). Sum of RGB (Red+Green+Blue) = 57+109+150=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #396D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D96 is #C69269. Grayscale: #616161. Windows color (decimal): -13013610 or 9858361. OLE color: 9858361.

HSL color Cylindrical-coordinate representation of color #396D96: hue angle of 206.45º 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 #396D96 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57109150-
CMYK0.620.2700.41
HSL206.45º44.93%40.59%-
HSV(B)206.45º62%58.82%-
XYZ12.6614.0130.89-
YUV98.13157.2798.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=18.04%
G=34.49%
B=47.47%

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
Decimal571091500.620.2700.41206.4544.9340.59
Hex396D963E1B029ce2d29
Octal7115522676330513165551
Binary11100111011011001011011111011011010100111001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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