Html Css Color HEX #37779E Lochmara

📋 copy color: '#37779E'

red 55 ◦ green 119 ◦ blue 158

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

Shades of Lochmara #37779E

Tints of Lochmara #37779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 16.57%
G = 35.84%
B = 47.59%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37779E (or 0x37779E) is known color: Lochmara. HEX triplet: 37, 77 and 9E. RGB value is (55,119,158). Sum of RGB (Red+Green+Blue) = 55+119+158=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #37779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37779E is #C88861. Grayscale: #686868. Windows color (decimal): -13142114 or 10385207. OLE color: 10385207.

HSL color Cylindrical-coordinate representation of color #37779E: hue angle of 202.72º degrees, saturation: 0.48, 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 #37779E is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 119 158 -
CMYK 0.65 0.25 0 0.38
HSL 202.72º 0.48% 0.42% -
HSV(B) 202.72º 0.65% 0.62% -
XYZ 14.34 16.47 34.77 -
YUV 104.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 55 119 158 0.65 0.25 0 0.38 202.72 0.48 0.42
Hex 37 77 9E 41 19 0 26 CB 30 2A
Octal 67 167 236 101 31 0 46 313 60 52
Binary 110111 1110111 10011110 1000001 11001 0 100110 11001011 110000 101010

Color Harmonies of #37779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37779E

Black with #37779E

Text Example


Text Example

White with #37779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37779E; }

 p { color: rgb(55,119,158); }

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

background-color css

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

 a { background-color: rgb(55,119,158); }

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

border-color css

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

 span { border-color: rgb(55,119,158); }

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