Html Css Color HEX #37729C Lochmara

📋 copy color: '#37729C'

red 55 ◦ green 114 ◦ blue 156

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

Shades of Lochmara #37729C

Tints of Lochmara #37729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 16.92%
G = 35.08%
B = 48%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37729C (or 0x37729C) is known color: Lochmara. HEX triplet: 37, 72 and 9C. RGB value is (55,114,156). Sum of RGB (Red+Green+Blue) = 55+114+156=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #37729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37729C is #C88D63. Grayscale: #646464. Windows color (decimal): -13143396 or 10252855. OLE color: 10252855.

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

Color convert

RGB 55 114 156 -
CMYK 0.65 0.27 0 0.39
HSL 204.95º 0.48% 0.41% -
HSV(B) 204.95º 0.65% 0.61% -
XYZ 13.59 15.25 33.68 -
YUV 101.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 55 114 156 0.65 0.27 0 0.39 204.95 0.48 0.41
Hex 37 72 9C 41 1B 0 27 CD 30 29
Octal 67 162 234 101 33 0 47 315 60 51
Binary 110111 1110010 10011100 1000001 11011 0 100111 11001101 110000 101001

Color Harmonies of #37729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37729C

Black with #37729C

Text Example


Text Example

White with #37729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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