#37719C

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

Shades of Lochmara #37719C

Tints of Lochmara #37719C

Color information

#37719C (or 0x37719C) is unknown color: approx Lochmara. HEX triplet: 37, 71 and 9C. RGB value is (55,113,156). Sum of RGB (Red+Green+Blue) = 55+113+156=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #37719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37719C is #C88E63. Grayscale: #646464. Windows color (decimal): -13143652 or 10252599. OLE color: 10252599.

HSL color Cylindrical-coordinate representation of color #37719C: hue angle of 205.54º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37719C is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB55113156-
CMYK0.650.2800.39
HSL205.54º47.87%41.37%-
HSV(B)205.54º64.74%61.18%-
XYZ13.4815.0233.64-
YUV100.56159.2895.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=16.98%
G=34.88%
B=48.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551131560.650.2800.39205.5447.8741.37
Hex37719C411C027ce3029
Octal67161234101340473166051
Binary110111111000110011100100000111100010011111001110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37719C; }

 p { color: rgb(55,113,156); }

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

<style>
 a { background-color: #37719C; }

 a { background-color: rgb(55,113,156); }

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

<style>
 span { border-color: #37719C; }

 span { border-color: rgb(55,113,156); }

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