Html Css Color HEX #37709C Lochmara

📋 copy color: '#37709C'

red 55 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #37709C

Tints of Lochmara #37709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 17.03%
G = 34.67%
B = 48.3%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37709C (or 0x37709C) is known color: Lochmara. HEX triplet: 37, 70 and 9C. RGB value is (55,112,156). Sum of RGB (Red+Green+Blue) = 55+112+156=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #37709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37709C is #C88F63. Grayscale: #636363. Windows color (decimal): -13143908 or 10252343. OLE color: 10252343.

HSL color Cylindrical-coordinate representation of color #37709C: hue angle of 206.14º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37709C is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 112 156 -
CMYK 0.65 0.28 0 0.39
HSL 206.14º 0.48% 0.41% -
HSV(B) 206.14º 0.65% 0.61% -
XYZ 13.37 14.8 33.6 -
YUV 99.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 55 112 156 0.65 0.28 0 0.39 206.14 0.48 0.41
Hex 37 70 9C 41 1C 0 27 CE 30 29
Octal 67 160 234 101 34 0 47 316 60 51
Binary 110111 1110000 10011100 1000001 11100 0 100111 11001110 110000 101001

Color Harmonies of #37709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37709C

Black with #37709C

Text Example


Text Example

White with #37709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37709C; }

 p { color: rgb(55,112,156); }

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

background-color css

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

 a { background-color: rgb(55,112,156); }

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

border-color css

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

 span { border-color: rgb(55,112,156); }

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