#396999

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

Shades of Lochmara #396999

Tints of Lochmara #396999

Color information

#396999 (or 0x396999) is unknown color: approx Lochmara. HEX triplet: 39, 69 and 99. RGB value is (57,105,153). Sum of RGB (Red+Green+Blue) = 57+105+153=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #396999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396999 is #C69666. Grayscale: #5F5F5F. Windows color (decimal): -13014631 or 10053945. OLE color: 10053945.

HSL color Cylindrical-coordinate representation of color #396999: hue angle of 210º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396999 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57105153-
CMYK0.630.3100.4
HSL210º45.71%41.18%-
HSV(B)210º62.75%60%-
XYZ12.4913.2732.04-
YUV96.12160.1100.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=18.10%
G=33.33%
B=48.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571051530.630.3100.421045.7141.18
Hex3969993F1F028d22e29
Octal7115123177370503225651
Binary11100111010011001100111111111111010100011010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396999; }

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

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

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

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

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

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

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

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