Shades of Blue Gem #3A1AAE
Tints of Blue Gem #3A1AAE
RGB
CMYK
RGB Variations
Color information
#3A1AAE (or 0x3A1AAE) is known color: Blue Gem. HEX triplet: 3A, 1A and AE. RGB value is (58,26,174). Sum of RGB (Red+Green+Blue) = 58+26+174=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1AAE is #C5E551. Grayscale: #333333. Windows color (decimal): -12969298 or 11409978. OLE color: 11409978.
HSL color Cylindrical-coordinate representation of color #3A1AAE: hue angle of 252.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1AAE is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 26 | 174 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.32 |
| HSL | 252.97º | 0.74% | 0.39% | - |
| HSV(B) | 252.97º | 0.85% | 0.68% | - |
| XYZ | 9.75 | 4.69 | 40.44 | - |
| YUV | 52.44 | 196.6 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 174 | 0.67 | 0.85 | 0 | 0.32 | 252.97 | 0.74 | 0.39 |
| Hex | 3A | 1A | AE | 43 | 55 | 0 | 20 | FD | 4A | 27 |
| Octal | 72 | 32 | 256 | 103 | 125 | 0 | 40 | 375 | 112 | 47 |
| Binary | 111010 | 11010 | 10101110 | 1000011 | 1010101 | 0 | 100000 | 11111101 | 1001010 | 100111 |
Color Harmonies of #3A1AAE
Complementary color
Monochromatic Colors of #3A1AAE
Black with #3A1AAE
Text Example
Text Example
White with #3A1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AAE; }
p { color: rgb(58,26,174); }
H1.HeaderClassName
{
color: #3A1AAE;
}
.AnyTagClassName
{
color: #3A1AAE;
}
</style>
background-color css
<style>
a { background-color: #3A1AAE; }
a { background-color: rgb(58,26,174); }
div.DivClassName
{
background-color: #3A1AAE;
}
.BgClassName
{
background-color: #3A1AAE;
}
</style>
border-color css
<style>
span { border-color: #3A1AAE; }
span { border-color: rgb(58,26,174); }
td.TdClassName
{
border-color: #3A1AAE;
}
.TagClassName
{
border-color: #3A1AAE;
}
</style>