#397498

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

Shades of Lochmara #397498

Tints of Lochmara #397498

Color information

#397498 (or 0x397498) is unknown color: approx Lochmara. HEX triplet: 39, 74 and 98. RGB value is (57,116,152). Sum of RGB (Red+Green+Blue) = 57+116+152=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #397498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397498 is #C68B67. Grayscale: #666666. Windows color (decimal): -13011816 or 9991225. OLE color: 9991225.

HSL color Cylindrical-coordinate representation of color #397498: hue angle of 202.74º 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 #397498 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57116152-
CMYK0.620.2400.40
HSL202.74º45.45%40.98%-
HSV(B)202.74º62.5%59.61%-
XYZ13.615.6332.01-
YUV102.46155.9595.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=17.54%
G=35.69%
B=46.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571161520.620.2400.40202.7445.4540.98
Hex3974983E18028cb2d29
Octal7116423076300503135551
Binary11100111101001001100011111011000010100011001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397498; }

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

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

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

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

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

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

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

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