Html Css Color HEX #37769F Lochmara

📋 copy color: '#37769F'

red 55 ◦ green 118 ◦ blue 159

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

Shades of Lochmara #37769F

Tints of Lochmara #37769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 16.57%
G = 35.54%
B = 47.89%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37769F (or 0x37769F) is known color: Lochmara. HEX triplet: 37, 76 and 9F. RGB value is (55,118,159). Sum of RGB (Red+Green+Blue) = 55+118+159=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #37769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37769F is #C88960. Grayscale: #676767. Windows color (decimal): -13142369 or 10450487. OLE color: 10450487.

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

Color convert

RGB 55 118 159 -
CMYK 0.65 0.26 0 0.38
HSL 203.65º 0.49% 0.42% -
HSV(B) 203.65º 0.65% 0.62% -
XYZ 14.31 16.27 35.19 -
YUV 103.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 55 118 159 0.65 0.26 0 0.38 203.65 0.49 0.42
Hex 37 76 9F 41 1A 0 26 CC 31 2A
Octal 67 166 237 101 32 0 46 314 61 52
Binary 110111 1110110 10011111 1000001 11010 0 100110 11001100 110001 101010

Color Harmonies of #37769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37769F

Black with #37769F

Text Example


Text Example

White with #37769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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