#37739F

Color #37739F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #37739F

Tints of Lochmara #37739F

Color information

#37739F (or 0x37739F) is unknown color: approx Lochmara. HEX triplet: 37, 73 and 9F. RGB value is (55,115,159). Sum of RGB (Red+Green+Blue) = 55+115+159=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #37739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37739F is #C88C60. Grayscale: #656565. Windows color (decimal): -13143137 or 10449719. OLE color: 10449719.

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

Color convert

RGB55115159-
CMYK0.650.2800.38
HSL205.38º48.6%41.96%-
HSV(B)205.38º65.41%62.35%-
XYZ13.9615.5835.07-
YUV102.08160.1294.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=16.72%
G=34.95%
B=48.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551151590.650.2800.38205.3848.641.96
Hex37739F411C026cd312a
Octal67163237101340463156152
Binary110111111001110011111100000111100010011011001101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37739F;
 }
 .AnyTagClassName
 {
   color: #37739F;
 }
</style>
background-color css

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

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

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

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

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

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