Html Css Color HEX #397097 Lochmara

📋 copy color: '#397097'

red 57 ◦ green 112 ◦ blue 151

#397097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #397097

Tints of Lochmara #397097

RGB

 RED value IS 57 (22.66% from 255) = 17.81%

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 17.81%
G = 35%
B = 47.19%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397097 (or 0x397097) is known color: Lochmara. HEX triplet: 39, 70 and 97. RGB value is (57,112,151). Sum of RGB (Red+Green+Blue) = 57+112+151=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #397097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397097 is #C68F68. Grayscale: #636363. Windows color (decimal): -13012841 or 9924665. OLE color: 9924665.

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

Color convert

RGB 57 112 151 -
CMYK 0.62 0.26 0 0.41
HSL 204.89º 0.45% 0.41% -
HSV(B) 204.89º 0.62% 0.59% -
XYZ 13.07 14.69 31.43 -
YUV 100 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 57 112 151 0.62 0.26 0 0.41 204.89 0.45 0.41
Hex 39 70 97 3E 1A 0 29 CD 2D 29
Octal 71 160 227 76 32 0 51 315 55 51
Binary 111001 1110000 10010111 111110 11010 0 101001 11001101 101101 101001

Color Harmonies of #397097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397097

Black with #397097

Text Example


Text Example

White with #397097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397097; }

 p { color: rgb(57,112,151); }

 H1.HeaderClassName
 {
   color: #397097;
 }
 .AnyTagClassName
 {
   color: #397097;
 }
</style>

background-color css

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

 a { background-color: rgb(57,112,151); }

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

border-color css

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

 span { border-color: rgb(57,112,151); }

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