#372499

Color #372499 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #372499

Tints of Blue Gem #372499

Color information

#372499 (or 0x372499) is unknown color: approx Blue Gem. HEX triplet: 37, 24 and 99. RGB value is (55,36,153). Sum of RGB (Red+Green+Blue) = 55+36+153=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #372499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372499 is #C8DB66. Grayscale: #363636. Windows color (decimal): -13163367 or 10036279. OLE color: 10036279.

HSL color Cylindrical-coordinate representation of color #372499: hue angle of 249.74º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372499 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5536153-
CMYK0.640.7600.4
HSL249.74º61.9%37.06%-
HSV(B)249.74º76.47%60%-
XYZ7.964.3730.56-
YUV55.02183.29127.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 153 (60.16% from 255) = 62.70%
R=22.54%
G=14.75%
B=62.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55361530.640.7600.4249.7461.937.06
Hex372499404C028fa3e25
Octal67442311001140503727645
Binary1101111001001001100110000001001100010100011111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372499; }

 p { color: rgb(55,36,153); }

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

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

 a { background-color: rgb(55,36,153); }

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

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

 span { border-color: rgb(55,36,153); }

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