Html Css Color HEX #37799D Lochmara

📋 copy color: '#37799D'

red 55 ◦ green 121 ◦ blue 157

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

Shades of Lochmara #37799D

Tints of Lochmara #37799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 16.52%
G = 36.34%
B = 47.15%

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

#37799D (or 0x37799D) is known color: Lochmara. HEX triplet: 37, 79 and 9D. RGB value is (55,121,157). Sum of RGB (Red+Green+Blue) = 55+121+157=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #37799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37799D is #C88662. Grayscale: #696969. Windows color (decimal): -13141603 or 10320183. OLE color: 10320183.

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

Color convert

RGB 55 121 157 -
CMYK 0.65 0.23 0 0.38
HSL 201.18º 0.48% 0.42% -
HSV(B) 201.18º 0.65% 0.62% -
XYZ 14.5 16.92 34.4 -
YUV 105.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 55 121 157 0.65 0.23 0 0.38 201.18 0.48 0.42
Hex 37 79 9D 41 17 0 26 C9 30 2A
Octal 67 171 235 101 27 0 46 311 60 52
Binary 110111 1111001 10011101 1000001 10111 0 100110 11001001 110000 101010

Color Harmonies of #37799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37799D

Black with #37799D

Text Example


Text Example

White with #37799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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