#397199

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

Shades of Lochmara #397199

Tints of Lochmara #397199

Color information

#397199 (or 0x397199) is unknown color: approx Lochmara. HEX triplet: 39, 71 and 99. RGB value is (57,113,153). Sum of RGB (Red+Green+Blue) = 57+113+153=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #397199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397199 is #C68E66. Grayscale: #646464. Windows color (decimal): -13012583 or 10055993. OLE color: 10055993.

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

Color convert

RGB57113153-
CMYK0.630.2600.4
HSL205º45.71%41.18%-
HSV(B)205º62.75%60%-
XYZ13.3414.9832.33-
YUV100.82157.4596.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=17.65%
G=34.98%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571131530.630.2600.420545.7141.18
Hex3971993F1A028cd2e29
Octal7116123177320503155651
Binary11100111100011001100111111111010010100011001101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397199; }

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

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

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

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

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

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

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

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