Shades of Blue Gem #3A29AB
Tints of Blue Gem #3A29AB
RGB
CMYK
RGB Variations
Color information
#3A29AB (or 0x3A29AB) is known color: Blue Gem. HEX triplet: 3A, 29 and AB. RGB value is (58,41,171). Sum of RGB (Red+Green+Blue) = 58+41+171=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A29AB is #C5D654. Grayscale: #3C3C3C. Windows color (decimal): -12965461 or 11217210. OLE color: 11217210.
HSL color Cylindrical-coordinate representation of color #3A29AB: hue angle of 247.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A29AB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 41 | 171 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.33 |
| HSL | 247.85º | 0.61% | 0.42% | - |
| HSV(B) | 247.85º | 0.76% | 0.67% | - |
| XYZ | 9.89 | 5.43 | 39.05 | - |
| YUV | 60.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 171 | 0.66 | 0.76 | 0 | 0.33 | 247.85 | 0.61 | 0.42 |
| Hex | 3A | 29 | AB | 42 | 4C | 0 | 21 | F8 | 3D | 2A |
| Octal | 72 | 51 | 253 | 102 | 114 | 0 | 41 | 370 | 75 | 52 |
| Binary | 111010 | 101001 | 10101011 | 1000010 | 1001100 | 0 | 100001 | 11111000 | 111101 | 101010 |
Color Harmonies of #3A29AB
Complementary color
Monochromatic Colors of #3A29AB
Black with #3A29AB
Text Example
Text Example
White with #3A29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29AB; }
p { color: rgb(58,41,171); }
H1.HeaderClassName
{
color: #3A29AB;
}
.AnyTagClassName
{
color: #3A29AB;
}
</style>
background-color css
<style>
a { background-color: #3A29AB; }
a { background-color: rgb(58,41,171); }
div.DivClassName
{
background-color: #3A29AB;
}
.BgClassName
{
background-color: #3A29AB;
}
</style>
border-color css
<style>
span { border-color: #3A29AB; }
span { border-color: rgb(58,41,171); }
td.TdClassName
{
border-color: #3A29AB;
}
.TagClassName
{
border-color: #3A29AB;
}
</style>