Shades of Blue Gem #372599
Tints of Blue Gem #372599
RGB
CMYK
RGB Variations
Color information
#372599 (or 0x372599) is known color: Blue Gem. HEX triplet: 37, 25 and 99. RGB value is (55,37,153). Sum of RGB (Red+Green+Blue) = 55+37+153=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #372599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372599 is #C8DA66. Grayscale: #373737. Windows color (decimal): -13163111 or 10036535. OLE color: 10036535.
HSL color Cylindrical-coordinate representation of color #372599: hue angle of 249.31º degrees, saturation: 0.61, 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 #372599 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 37 | 153 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.4 |
| HSL | 249.31º | 0.61% | 0.37% | - |
| HSV(B) | 249.31º | 0.76% | 0.6% | - |
| XYZ | 7.99 | 4.44 | 30.57 | - |
| YUV | 55.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 153 | 0.64 | 0.76 | 0 | 0.4 | 249.31 | 0.61 | 0.37 |
| Hex | 37 | 25 | 99 | 40 | 4C | 0 | 28 | F9 | 3D | 25 |
| Octal | 67 | 45 | 231 | 100 | 114 | 0 | 50 | 371 | 75 | 45 |
| Binary | 110111 | 100101 | 10011001 | 1000000 | 1001100 | 0 | 101000 | 11111001 | 111101 | 100101 |
Color Harmonies of #372599
Complementary color
Monochromatic Colors of #372599
Black with #372599
Text Example
Text Example
White with #372599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372599; }
p { color: rgb(55,37,153); }
H1.HeaderClassName
{
color: #372599;
}
.AnyTagClassName
{
color: #372599;
}
</style>
background-color css
<style>
a { background-color: #372599; }
a { background-color: rgb(55,37,153); }
div.DivClassName
{
background-color: #372599;
}
.BgClassName
{
background-color: #372599;
}
</style>
border-color css
<style>
span { border-color: #372599; }
span { border-color: rgb(55,37,153); }
td.TdClassName
{
border-color: #372599;
}
.TagClassName
{
border-color: #372599;
}
</style>