Html Css Color HEX #377197 Lochmara

📋 copy color: '#377197'

red 55 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #377197

Tints of Lochmara #377197

RGB

 RED value IS 55 (21.88% from 255) = 17.24%

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

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

R = 17.24%
G = 35.42%
B = 47.34%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377197 (or 0x377197) is known color: Lochmara. HEX triplet: 37, 71 and 97. RGB value is (55,113,151). Sum of RGB (Red+Green+Blue) = 55+113+151=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #377197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377197 is #C88E68. Grayscale: #636363. Windows color (decimal): -13143657 or 9924919. OLE color: 9924919.

HSL color Cylindrical-coordinate representation of color #377197: hue angle of 203.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377197 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 113 151 -
CMYK 0.64 0.25 0 0.41
HSL 203.75º 0.47% 0.4% -
HSV(B) 203.75º 0.64% 0.59% -
XYZ 13.07 14.86 31.46 -
YUV 99.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 55 113 151 0.64 0.25 0 0.41 203.75 0.47 0.4
Hex 37 71 97 40 19 0 29 CC 2F 28
Octal 67 161 227 100 31 0 51 314 57 50
Binary 110111 1110001 10010111 1000000 11001 0 101001 11001100 101111 101000

Color Harmonies of #377197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377197

Black with #377197

Text Example


Text Example

White with #377197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377197; }

 p { color: rgb(55,113,151); }

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

background-color css

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

 a { background-color: rgb(55,113,151); }

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

border-color css

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

 span { border-color: rgb(55,113,151); }

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