Shades of Blue Gem #372DAB
Tints of Blue Gem #372DAB
RGB
CMYK
RGB Variations
Color information
#372DAB (or 0x372DAB) is known color: Blue Gem. HEX triplet: 37, 2D and AB. RGB value is (55,45,171). Sum of RGB (Red+Green+Blue) = 55+45+171=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #372DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372DAB is #C8D254. Grayscale: #3D3D3D. Windows color (decimal): -13161045 or 11218231. OLE color: 11218231.
HSL color Cylindrical-coordinate representation of color #372DAB: hue angle of 244.76º degrees, saturation: 0.58, 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 #372DAB is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 45 | 171 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.33 |
| HSL | 244.76º | 0.58% | 0.42% | - |
| HSV(B) | 244.76º | 0.74% | 0.67% | - |
| XYZ | 9.86 | 5.63 | 39.09 | - |
| YUV | 62.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 171 | 0.68 | 0.74 | 0 | 0.33 | 244.76 | 0.58 | 0.42 |
| Hex | 37 | 2D | AB | 44 | 4A | 0 | 21 | F5 | 3A | 2A |
| Octal | 67 | 55 | 253 | 104 | 112 | 0 | 41 | 365 | 72 | 52 |
| Binary | 110111 | 101101 | 10101011 | 1000100 | 1001010 | 0 | 100001 | 11110101 | 111010 | 101010 |
Color Harmonies of #372DAB
Complementary color
Monochromatic Colors of #372DAB
Black with #372DAB
Text Example
Text Example
White with #372DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DAB; }
p { color: rgb(55,45,171); }
H1.HeaderClassName
{
color: #372DAB;
}
.AnyTagClassName
{
color: #372DAB;
}
</style>
background-color css
<style>
a { background-color: #372DAB; }
a { background-color: rgb(55,45,171); }
div.DivClassName
{
background-color: #372DAB;
}
.BgClassName
{
background-color: #372DAB;
}
</style>
border-color css
<style>
span { border-color: #372DAB; }
span { border-color: rgb(55,45,171); }
td.TdClassName
{
border-color: #372DAB;
}
.TagClassName
{
border-color: #372DAB;
}
</style>