Shades of Blue Gem #3A219A
Tints of Blue Gem #3A219A
RGB
CMYK
RGB Variations
Color information
#3A219A (or 0x3A219A) is known color: Blue Gem. HEX triplet: 3A, 21 and 9A. RGB value is (58,33,154). Sum of RGB (Red+Green+Blue) = 58+33+154=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A219A is #C5DE65. Grayscale: #353535. Windows color (decimal): -12967526 or 10101050. OLE color: 10101050.
HSL color Cylindrical-coordinate representation of color #3A219A: hue angle of 252.4º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A219A is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 33 | 154 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.40 |
| HSL | 252.4º | 0.65% | 0.37% | - |
| HSV(B) | 252.4º | 0.79% | 0.6% | - |
| XYZ | 8.12 | 4.32 | 30.98 | - |
| YUV | 54.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 154 | 0.62 | 0.79 | 0 | 0.40 | 252.4 | 0.65 | 0.37 |
| Hex | 3A | 21 | 9A | 3E | 4F | 0 | 28 | FC | 41 | 25 |
| Octal | 72 | 41 | 232 | 76 | 117 | 0 | 50 | 374 | 101 | 45 |
| Binary | 111010 | 100001 | 10011010 | 111110 | 1001111 | 0 | 101000 | 11111100 | 1000001 | 100101 |
Color Harmonies of #3A219A
Complementary color
Monochromatic Colors of #3A219A
Black with #3A219A
Text Example
Text Example
White with #3A219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A219A; }
p { color: rgb(58,33,154); }
H1.HeaderClassName
{
color: #3A219A;
}
.AnyTagClassName
{
color: #3A219A;
}
</style>
background-color css
<style>
a { background-color: #3A219A; }
a { background-color: rgb(58,33,154); }
div.DivClassName
{
background-color: #3A219A;
}
.BgClassName
{
background-color: #3A219A;
}
</style>
border-color css
<style>
span { border-color: #3A219A; }
span { border-color: rgb(58,33,154); }
td.TdClassName
{
border-color: #3A219A;
}
.TagClassName
{
border-color: #3A219A;
}
</style>