#396899

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

Shades of Lochmara #396899

Tints of Lochmara #396899

Color information

#396899 (or 0x396899) is unknown color: approx Lochmara. HEX triplet: 39, 68 and 99. RGB value is (57,104,153). Sum of RGB (Red+Green+Blue) = 57+104+153=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #396899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396899 is #C69766. Grayscale: #5F5F5F. Windows color (decimal): -13014887 or 10053689. OLE color: 10053689.

HSL color Cylindrical-coordinate representation of color #396899: hue angle of 210.62º 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 #396899 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57104153-
CMYK0.630.3200.4
HSL210.62º45.71%41.18%-
HSV(B)210.62º62.75%60%-
XYZ12.3913.0732.01-
YUV95.53160.43100.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=18.15%
G=33.12%
B=48.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571041530.630.3200.4210.6245.7141.18
Hex3968993F20028d32e29
Octal7115023177400503235651
Binary111001110100010011001111111100000010100011010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396899; }

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

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

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

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

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

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

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

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