Html Css Color HEX #37779F Lochmara

📋 copy color: '#37779F'

red 55 ◦ green 119 ◦ blue 159

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

Shades of Lochmara #37779F

Tints of Lochmara #37779F

RGB

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

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

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

R = 16.52%
G = 35.74%
B = 47.75%

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

#37779F (or 0x37779F) is known color: Lochmara. HEX triplet: 37, 77 and 9F. RGB value is (55,119,159). Sum of RGB (Red+Green+Blue) = 55+119+159=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #37779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37779F is #C88860. Grayscale: #686868. Windows color (decimal): -13142113 or 10450743. OLE color: 10450743.

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

Color convert

RGB 55 119 159 -
CMYK 0.65 0.25 0 0.38
HSL 203.08º 0.49% 0.42% -
HSV(B) 203.08º 0.65% 0.62% -
XYZ 14.43 16.51 35.23 -
YUV 104.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 55 119 159 0.65 0.25 0 0.38 203.08 0.49 0.42
Hex 37 77 9F 41 19 0 26 CB 31 2A
Octal 67 167 237 101 31 0 46 313 61 52
Binary 110111 1110111 10011111 1000001 11001 0 100110 11001011 110001 101010

Color Harmonies of #37779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37779F

Black with #37779F

Text Example


Text Example

White with #37779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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