#396D95

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

Shades of Lochmara #396D95

Tints of Lochmara #396D95

Color information

#396D95 (or 0x396D95) is unknown color: approx Lochmara. HEX triplet: 39, 6D and 95. RGB value is (57,109,149). Sum of RGB (Red+Green+Blue) = 57+109+149=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #396D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D95 is #C6926A. Grayscale: #616161. Windows color (decimal): -13013611 or 9792825. OLE color: 9792825.

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

Color convert

RGB57109149-
CMYK0.620.2700.42
HSL206.09º44.66%40.39%-
HSV(B)206.09º61.74%58.43%-
XYZ12.5813.9830.47-
YUV98.01156.7798.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=18.10%
G=34.60%
B=47.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571091490.620.2700.42206.0944.6640.39
Hex396D953E1B02Ace2d28
Octal7115522576330523165550
Binary11100111011011001010111111011011010101011001110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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