#37699F

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

Shades of Lochmara #37699F

Tints of Lochmara #37699F

Color information

#37699F (or 0x37699F) is unknown color: approx Lochmara. HEX triplet: 37, 69 and 9F. RGB value is (55,105,159). Sum of RGB (Red+Green+Blue) = 55+105+159=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #37699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37699F is #C89660. Grayscale: #5F5F5F. Windows color (decimal): -13145697 or 10447159. OLE color: 10447159.

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

Color convert

RGB55105159-
CMYK0.650.3400.38
HSL211.15º48.6%41.96%-
HSV(B)211.15º65.41%62.35%-
XYZ12.8913.4234.71-
YUV96.21163.4498.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=17.24%
G=32.92%
B=49.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551051590.650.3400.38211.1548.641.96
Hex37699F4122026d3312a
Octal67151237101420463236152
Binary1101111101001100111111000001100010010011011010011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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