#37749C

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

Shades of Lochmara #37749C

Tints of Lochmara #37749C

Color information

#37749C (or 0x37749C) is unknown color: approx Lochmara. HEX triplet: 37, 74 and 9C. RGB value is (55,116,156). Sum of RGB (Red+Green+Blue) = 55+116+156=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #37749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37749C is #C88B63. Grayscale: #666666. Windows color (decimal): -13142884 or 10253367. OLE color: 10253367.

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

Color convert

RGB55116156-
CMYK0.650.2600.39
HSL203.76º47.87%41.37%-
HSV(B)203.76º64.74%61.18%-
XYZ13.8215.733.76-
YUV102.32158.2994.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=16.82%
G=35.47%
B=47.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551161560.650.2600.39203.7647.8741.37
Hex37749C411A027cc3029
Octal67164234101320473146051
Binary110111111010010011100100000111010010011111001100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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