Shades of Blue Gem #3221A8
Tints of Blue Gem #3221A8
RGB
CMYK
RGB Variations
Color information
#3221A8 (or 0x3221A8) is known color: Blue Gem. HEX triplet: 32, 21 and A8. RGB value is (50,33,168). Sum of RGB (Red+Green+Blue) = 50+33+168=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #3221A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3221A8 is #CDDE57. Grayscale: #343434. Windows color (decimal): -13491800 or 11018546. OLE color: 11018546.
HSL color Cylindrical-coordinate representation of color #3221A8: hue angle of 247.56º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3221A8 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 33 | 168 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.34 |
| HSL | 247.56º | 0.67% | 0.39% | - |
| HSV(B) | 247.56º | 0.8% | 0.66% | - |
| XYZ | 8.93 | 4.59 | 37.46 | - |
| YUV | 53.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 168 | 0.70 | 0.80 | 0 | 0.34 | 247.56 | 0.67 | 0.39 |
| Hex | 32 | 21 | A8 | 46 | 50 | 0 | 22 | F8 | 43 | 27 |
| Octal | 62 | 41 | 250 | 106 | 120 | 0 | 42 | 370 | 103 | 47 |
| Binary | 110010 | 100001 | 10101000 | 1000110 | 1010000 | 0 | 100010 | 11111000 | 1000011 | 100111 |
Color Harmonies of #3221A8
Complementary color
Monochromatic Colors of #3221A8
Black with #3221A8
Text Example
Text Example
White with #3221A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3221A8; }
p { color: rgb(50,33,168); }
H1.HeaderClassName
{
color: #3221A8;
}
.AnyTagClassName
{
color: #3221A8;
}
</style>
background-color css
<style>
a { background-color: #3221A8; }
a { background-color: rgb(50,33,168); }
div.DivClassName
{
background-color: #3221A8;
}
.BgClassName
{
background-color: #3221A8;
}
</style>
border-color css
<style>
span { border-color: #3221A8; }
span { border-color: rgb(50,33,168); }
td.TdClassName
{
border-color: #3221A8;
}
.TagClassName
{
border-color: #3221A8;
}
</style>