Html Css Color HEX #37739C Lochmara

📋 copy color: '#37739C'

red 55 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #37739C

Tints of Lochmara #37739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 16.87%
G = 35.28%
B = 47.85%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37739C (or 0x37739C) is known color: Lochmara. HEX triplet: 37, 73 and 9C. RGB value is (55,115,156). Sum of RGB (Red+Green+Blue) = 55+115+156=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #37739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37739C is #C88C63. Grayscale: #656565. Windows color (decimal): -13143140 or 10253111. OLE color: 10253111.

HSL color Cylindrical-coordinate representation of color #37739C: hue angle of 204.36º 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 #37739C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 115 156 -
CMYK 0.65 0.26 0 0.39
HSL 204.36º 0.48% 0.41% -
HSV(B) 204.36º 0.65% 0.61% -
XYZ 13.71 15.47 33.72 -
YUV 101.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 55 115 156 0.65 0.26 0 0.39 204.36 0.48 0.41
Hex 37 73 9C 41 1A 0 27 CC 30 29
Octal 67 163 234 101 32 0 47 314 60 51
Binary 110111 1110011 10011100 1000001 11010 0 100111 11001100 110000 101001

Color Harmonies of #37739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37739C

Black with #37739C

Text Example


Text Example

White with #37739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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