#396796

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

Shades of Lochmara #396796

Tints of Lochmara #396796

Color information

#396796 (or 0x396796) is unknown color: approx Lochmara. HEX triplet: 39, 67 and 96. RGB value is (57,103,150). Sum of RGB (Red+Green+Blue) = 57+103+150=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #396796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396796 is #C69869. Grayscale: #5E5E5E. Windows color (decimal): -13015146 or 9856825. OLE color: 9856825.

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

Color convert

RGB57103150-
CMYK0.620.3100.41
HSL210.32º44.93%40.59%-
HSV(B)210.32º62%58.82%-
XYZ12.0412.7730.68-
YUV94.6159.26101.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=18.39%
G=33.23%
B=48.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571031500.620.3100.41210.3244.9340.59
Hex3967963E1F029d22d29
Octal7114722676370513225551
Binary11100111001111001011011111011111010100111010010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396796; }

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

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

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

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

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

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

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

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