Shades of Blue Gem #372CAC
Tints of Blue Gem #372CAC
RGB
CMYK
RGB Variations
Color information
#372CAC (or 0x372CAC) is known color: Blue Gem. HEX triplet: 37, 2C and AC. RGB value is (55,44,172). Sum of RGB (Red+Green+Blue) = 55+44+172=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #372CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372CAC is #C8D353. Grayscale: #3D3D3D. Windows color (decimal): -13161300 or 11283511. OLE color: 11283511.
HSL color Cylindrical-coordinate representation of color #372CAC: hue angle of 245.16º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372CAC is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 44 | 172 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.33 |
| HSL | 245.16º | 0.59% | 0.42% | - |
| HSV(B) | 245.16º | 0.74% | 0.67% | - |
| XYZ | 9.92 | 5.59 | 39.59 | - |
| YUV | 61.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 172 | 0.68 | 0.74 | 0 | 0.33 | 245.16 | 0.59 | 0.42 |
| Hex | 37 | 2C | AC | 44 | 4A | 0 | 21 | F5 | 3B | 2A |
| Octal | 67 | 54 | 254 | 104 | 112 | 0 | 41 | 365 | 73 | 52 |
| Binary | 110111 | 101100 | 10101100 | 1000100 | 1001010 | 0 | 100001 | 11110101 | 111011 | 101010 |
Color Harmonies of #372CAC
Complementary color
Monochromatic Colors of #372CAC
Black with #372CAC
Text Example
Text Example
White with #372CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CAC; }
p { color: rgb(55,44,172); }
H1.HeaderClassName
{
color: #372CAC;
}
.AnyTagClassName
{
color: #372CAC;
}
</style>
background-color css
<style>
a { background-color: #372CAC; }
a { background-color: rgb(55,44,172); }
div.DivClassName
{
background-color: #372CAC;
}
.BgClassName
{
background-color: #372CAC;
}
</style>
border-color css
<style>
span { border-color: #372CAC; }
span { border-color: rgb(55,44,172); }
td.TdClassName
{
border-color: #372CAC;
}
.TagClassName
{
border-color: #372CAC;
}
</style>