Html Css Color HEX #37779C Lochmara

📋 copy color: '#37779C'

red 55 ◦ green 119 ◦ blue 156

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

Shades of Lochmara #37779C

Tints of Lochmara #37779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 16.67%
G = 36.06%
B = 47.27%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37779C (or 0x37779C) is known color: Lochmara. HEX triplet: 37, 77 and 9C. RGB value is (55,119,156). Sum of RGB (Red+Green+Blue) = 55+119+156=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #37779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37779C is #C88863. Grayscale: #676767. Windows color (decimal): -13142116 or 10254135. OLE color: 10254135.

HSL color Cylindrical-coordinate representation of color #37779C: hue angle of 201.98º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37779C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 119 156 -
CMYK 0.65 0.24 0 0.39
HSL 201.98º 0.48% 0.41% -
HSV(B) 201.98º 0.65% 0.61% -
XYZ 14.17 16.41 33.87 -
YUV 104.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 55 119 156 0.65 0.24 0 0.39 201.98 0.48 0.41
Hex 37 77 9C 41 18 0 27 CA 30 29
Octal 67 167 234 101 30 0 47 312 60 51
Binary 110111 1110111 10011100 1000001 11000 0 100111 11001010 110000 101001

Color Harmonies of #37779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37779C

Black with #37779C

Text Example


Text Example

White with #37779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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