Html Css Color HEX #37759F Lochmara

📋 copy color: '#37759F'

red 55 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #37759F

Tints of Lochmara #37759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

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

R = 16.62%
G = 35.35%
B = 48.04%

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

#37759F (or 0x37759F) is known color: Lochmara. HEX triplet: 37, 75 and 9F. RGB value is (55,117,159). Sum of RGB (Red+Green+Blue) = 55+117+159=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #37759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37759F is #C88A60. Grayscale: #676767. Windows color (decimal): -13142625 or 10450231. OLE color: 10450231.

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

Color convert

RGB 55 117 159 -
CMYK 0.65 0.26 0 0.38
HSL 204.23º 0.49% 0.42% -
HSV(B) 204.23º 0.65% 0.62% -
XYZ 14.19 16.04 35.15 -
YUV 103.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 55 117 159 0.65 0.26 0 0.38 204.23 0.49 0.42
Hex 37 75 9F 41 1A 0 26 CC 31 2A
Octal 67 165 237 101 32 0 46 314 61 52
Binary 110111 1110101 10011111 1000001 11010 0 100110 11001100 110001 101010

Color Harmonies of #37759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37759F

Black with #37759F

Text Example


Text Example

White with #37759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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