Shades of Blue Gem #372AAC
Tints of Blue Gem #372AAC
RGB
CMYK
RGB Variations
Color information
#372AAC (or 0x372AAC) is known color: Blue Gem. HEX triplet: 37, 2A and AC. RGB value is (55,42,172). Sum of RGB (Red+Green+Blue) = 55+42+172=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #372AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372AAC is #C8D553. Grayscale: #3C3C3C. Windows color (decimal): -13161812 or 11282999. OLE color: 11282999.
HSL color Cylindrical-coordinate representation of color #372AAC: hue angle of 246º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372AAC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 42 | 172 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.33 |
| HSL | 246º | 0.61% | 0.42% | - |
| HSV(B) | 246º | 0.76% | 0.67% | - |
| XYZ | 9.85 | 5.45 | 39.56 | - |
| YUV | 60.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 172 | 0.68 | 0.76 | 0 | 0.33 | 246 | 0.61 | 0.42 |
| Hex | 37 | 2A | AC | 44 | 4C | 0 | 21 | F6 | 3D | 2A |
| Octal | 67 | 52 | 254 | 104 | 114 | 0 | 41 | 366 | 75 | 52 |
| Binary | 110111 | 101010 | 10101100 | 1000100 | 1001100 | 0 | 100001 | 11110110 | 111101 | 101010 |
Color Harmonies of #372AAC
Complementary color
Monochromatic Colors of #372AAC
Black with #372AAC
Text Example
Text Example
White with #372AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372AAC; }
p { color: rgb(55,42,172); }
H1.HeaderClassName
{
color: #372AAC;
}
.AnyTagClassName
{
color: #372AAC;
}
</style>
background-color css
<style>
a { background-color: #372AAC; }
a { background-color: rgb(55,42,172); }
div.DivClassName
{
background-color: #372AAC;
}
.BgClassName
{
background-color: #372AAC;
}
</style>
border-color css
<style>
span { border-color: #372AAC; }
span { border-color: rgb(55,42,172); }
td.TdClassName
{
border-color: #372AAC;
}
.TagClassName
{
border-color: #372AAC;
}
</style>