Shades of Blue Gem #3A19AA
Tints of Blue Gem #3A19AA
RGB
CMYK
RGB Variations
Color information
#3A19AA (or 0x3A19AA) is known color: Blue Gem. HEX triplet: 3A, 19 and AA. RGB value is (58,25,170). Sum of RGB (Red+Green+Blue) = 58+25+170=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A19AA is #C5E655. Grayscale: #323232. Windows color (decimal): -12969558 or 11147578. OLE color: 11147578.
HSL color Cylindrical-coordinate representation of color #3A19AA: hue angle of 253.66º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A19AA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 25 | 170 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.33 |
| HSL | 253.66º | 0.74% | 0.38% | - |
| HSV(B) | 253.66º | 0.85% | 0.67% | - |
| XYZ | 9.35 | 4.5 | 38.41 | - |
| YUV | 51.4 | 194.93 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 170 | 0.66 | 0.85 | 0 | 0.33 | 253.66 | 0.74 | 0.38 |
| Hex | 3A | 19 | AA | 42 | 55 | 0 | 21 | FE | 4A | 26 |
| Octal | 72 | 31 | 252 | 102 | 125 | 0 | 41 | 376 | 112 | 46 |
| Binary | 111010 | 11001 | 10101010 | 1000010 | 1010101 | 0 | 100001 | 11111110 | 1001010 | 100110 |
Color Harmonies of #3A19AA
Complementary color
Monochromatic Colors of #3A19AA
Black with #3A19AA
Text Example
Text Example
White with #3A19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A19AA; }
p { color: rgb(58,25,170); }
H1.HeaderClassName
{
color: #3A19AA;
}
.AnyTagClassName
{
color: #3A19AA;
}
</style>
background-color css
<style>
a { background-color: #3A19AA; }
a { background-color: rgb(58,25,170); }
div.DivClassName
{
background-color: #3A19AA;
}
.BgClassName
{
background-color: #3A19AA;
}
</style>
border-color css
<style>
span { border-color: #3A19AA; }
span { border-color: rgb(58,25,170); }
td.TdClassName
{
border-color: #3A19AA;
}
.TagClassName
{
border-color: #3A19AA;
}
</style>