Html Css Color HEX #37729F Lochmara

📋 copy color: '#37729F'

red 55 ◦ green 114 ◦ blue 159

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

Shades of Lochmara #37729F

Tints of Lochmara #37729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.48%

R = 16.77%
G = 34.76%
B = 48.48%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37729F (or 0x37729F) is known color: Lochmara. HEX triplet: 37, 72 and 9F. RGB value is (55,114,159). Sum of RGB (Red+Green+Blue) = 55+114+159=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #37729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37729F is #C88D60. Grayscale: #656565. Windows color (decimal): -13143393 or 10449463. OLE color: 10449463.

HSL color Cylindrical-coordinate representation of color #37729F: hue angle of 205.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37729F is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 114 159 -
CMYK 0.65 0.28 0 0.38
HSL 205.96º 0.49% 0.42% -
HSV(B) 205.96º 0.65% 0.62% -
XYZ 13.85 15.35 35.03 -
YUV 101.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 55 114 159 0.65 0.28 0 0.38 205.96 0.49 0.42
Hex 37 72 9F 41 1C 0 26 CE 31 2A
Octal 67 162 237 101 34 0 46 316 61 52
Binary 110111 1110010 10011111 1000001 11100 0 100110 11001110 110001 101010

Color Harmonies of #37729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37729F

Black with #37729F

Text Example


Text Example

White with #37729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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