#397598

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

Shades of Lochmara #397598

Tints of Lochmara #397598

Color information

#397598 (or 0x397598) is unknown color: approx Lochmara. HEX triplet: 39, 75 and 98. RGB value is (57,117,152). Sum of RGB (Red+Green+Blue) = 57+117+152=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #397598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397598 is #C68A67. Grayscale: #666666. Windows color (decimal): -13011560 or 9991481. OLE color: 9991481.

HSL color Cylindrical-coordinate representation of color #397598: hue angle of 202.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397598 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57117152-
CMYK0.620.2300.40
HSL202.11º45.45%40.98%-
HSV(B)202.11º62.5%59.61%-
XYZ13.7215.8632.04-
YUV103.05155.6295.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=17.48%
G=35.89%
B=46.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571171520.620.2300.40202.1145.4540.98
Hex3975983E17028ca2d29
Octal7116523076270503125551
Binary11100111101011001100011111010111010100011001010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397598; }

 p { color: rgb(57,117,152); }

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

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

 a { background-color: rgb(57,117,152); }

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

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

 span { border-color: rgb(57,117,152); }

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