Html Css Color HEX #37799E Lochmara

📋 copy color: '#37799E'

red 55 ◦ green 121 ◦ blue 158

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

Shades of Lochmara #37799E

Tints of Lochmara #37799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 16.47%
G = 36.23%
B = 47.31%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37799E (or 0x37799E) is known color: Lochmara. HEX triplet: 37, 79 and 9E. RGB value is (55,121,158). Sum of RGB (Red+Green+Blue) = 55+121+158=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #37799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37799E is #C88661. Grayscale: #696969. Windows color (decimal): -13141602 or 10385719. OLE color: 10385719.

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

Color convert

RGB 55 121 158 -
CMYK 0.65 0.23 0 0.38
HSL 201.55º 0.48% 0.42% -
HSV(B) 201.55º 0.65% 0.62% -
XYZ 14.58 16.96 34.85 -
YUV 105.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 55 121 158 0.65 0.23 0 0.38 201.55 0.48 0.42
Hex 37 79 9E 41 17 0 26 CA 30 2A
Octal 67 171 236 101 27 0 46 312 60 52
Binary 110111 1111001 10011110 1000001 10111 0 100110 11001010 110000 101010

Color Harmonies of #37799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37799E

Black with #37799E

Text Example


Text Example

White with #37799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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