Html Css Color HEX #397196 Lochmara

📋 copy color: '#397196'

red 57 ◦ green 113 ◦ blue 150

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

Shades of Lochmara #397196

Tints of Lochmara #397196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 17.81%
G = 35.31%
B = 46.88%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397196 (or 0x397196) is known color: Lochmara. HEX triplet: 39, 71 and 96. RGB value is (57,113,150). Sum of RGB (Red+Green+Blue) = 57+113+150=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #397196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397196 is #C68E69. Grayscale: #646464. Windows color (decimal): -13012586 or 9859385. OLE color: 9859385.

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

Color convert

RGB 57 113 150 -
CMYK 0.62 0.25 0 0.41
HSL 203.87º 0.45% 0.41% -
HSV(B) 203.87º 0.62% 0.59% -
XYZ 13.1 14.88 31.04 -
YUV 100.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 57 113 150 0.62 0.25 0 0.41 203.87 0.45 0.41
Hex 39 71 96 3E 19 0 29 CC 2D 29
Octal 71 161 226 76 31 0 51 314 55 51
Binary 111001 1110001 10010110 111110 11001 0 101001 11001100 101101 101001

Color Harmonies of #397196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397196

Black with #397196

Text Example


Text Example

White with #397196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397196; }

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

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

background-color css

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

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

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

border-color css

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

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

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