Shades of Blue Gem #3A21AC
Tints of Blue Gem #3A21AC
RGB
CMYK
RGB Variations
Color information
#3A21AC (or 0x3A21AC) is known color: Blue Gem. HEX triplet: 3A, 21 and AC. RGB value is (58,33,172). Sum of RGB (Red+Green+Blue) = 58+33+172=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A21AC is #C5DE53. Grayscale: #373737. Windows color (decimal): -12967508 or 11280698. OLE color: 11280698.
HSL color Cylindrical-coordinate representation of color #3A21AC: hue angle of 250.79º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A21AC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 33 | 172 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.33 |
| HSL | 250.79º | 0.68% | 0.4% | - |
| HSV(B) | 250.79º | 0.81% | 0.67% | - |
| XYZ | 9.74 | 4.97 | 39.48 | - |
| YUV | 56.32 | 193.28 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 172 | 0.66 | 0.81 | 0 | 0.33 | 250.79 | 0.68 | 0.4 |
| Hex | 3A | 21 | AC | 42 | 51 | 0 | 21 | FB | 44 | 28 |
| Octal | 72 | 41 | 254 | 102 | 121 | 0 | 41 | 373 | 104 | 50 |
| Binary | 111010 | 100001 | 10101100 | 1000010 | 1010001 | 0 | 100001 | 11111011 | 1000100 | 101000 |
Color Harmonies of #3A21AC
Complementary color
Monochromatic Colors of #3A21AC
Black with #3A21AC
Text Example
Text Example
White with #3A21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A21AC; }
p { color: rgb(58,33,172); }
H1.HeaderClassName
{
color: #3A21AC;
}
.AnyTagClassName
{
color: #3A21AC;
}
</style>
background-color css
<style>
a { background-color: #3A21AC; }
a { background-color: rgb(58,33,172); }
div.DivClassName
{
background-color: #3A21AC;
}
.BgClassName
{
background-color: #3A21AC;
}
</style>
border-color css
<style>
span { border-color: #3A21AC; }
span { border-color: rgb(58,33,172); }
td.TdClassName
{
border-color: #3A21AC;
}
.TagClassName
{
border-color: #3A21AC;
}
</style>