Html Css Color HEX #37759D Lochmara

📋 copy color: '#37759D'

red 55 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #37759D

Tints of Lochmara #37759D

RGB

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

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

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

R = 16.72%
G = 35.56%
B = 47.72%

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

#37759D (or 0x37759D) is known color: Lochmara. HEX triplet: 37, 75 and 9D. RGB value is (55,117,157). Sum of RGB (Red+Green+Blue) = 55+117+157=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #37759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37759D is #C88A62. Grayscale: #666666. Windows color (decimal): -13142627 or 10319159. OLE color: 10319159.

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

Color convert

RGB 55 117 157 -
CMYK 0.65 0.25 0 0.38
HSL 203.53º 0.48% 0.42% -
HSV(B) 203.53º 0.65% 0.62% -
XYZ 14.02 15.97 34.24 -
YUV 103.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 55 117 157 0.65 0.25 0 0.38 203.53 0.48 0.42
Hex 37 75 9D 41 19 0 26 CC 30 2A
Octal 67 165 235 101 31 0 46 314 60 52
Binary 110111 1110101 10011101 1000001 11001 0 100110 11001100 110000 101010

Color Harmonies of #37759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37759D

Black with #37759D

Text Example


Text Example

White with #37759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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