Shades of Blue Gem #3A1DAA
Tints of Blue Gem #3A1DAA
RGB
CMYK
RGB Variations
Color information
#3A1DAA (or 0x3A1DAA) is known color: Blue Gem. HEX triplet: 3A, 1D and AA. RGB value is (58,29,170). Sum of RGB (Red+Green+Blue) = 58+29+170=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A1DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1DAA is #C5E255. Grayscale: #353535. Windows color (decimal): -12968534 or 11148602. OLE color: 11148602.
HSL color Cylindrical-coordinate representation of color #3A1DAA: hue angle of 252.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1DAA is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 29 | 170 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.33 |
| HSL | 252.34º | 0.71% | 0.39% | - |
| HSV(B) | 252.34º | 0.83% | 0.67% | - |
| XYZ | 9.44 | 4.68 | 38.44 | - |
| YUV | 53.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 170 | 0.66 | 0.83 | 0 | 0.33 | 252.34 | 0.71 | 0.39 |
| Hex | 3A | 1D | AA | 42 | 53 | 0 | 21 | FC | 47 | 27 |
| Octal | 72 | 35 | 252 | 102 | 123 | 0 | 41 | 374 | 107 | 47 |
| Binary | 111010 | 11101 | 10101010 | 1000010 | 1010011 | 0 | 100001 | 11111100 | 1000111 | 100111 |
Color Harmonies of #3A1DAA
Complementary color
Monochromatic Colors of #3A1DAA
Black with #3A1DAA
Text Example
Text Example
White with #3A1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DAA; }
p { color: rgb(58,29,170); }
H1.HeaderClassName
{
color: #3A1DAA;
}
.AnyTagClassName
{
color: #3A1DAA;
}
</style>
background-color css
<style>
a { background-color: #3A1DAA; }
a { background-color: rgb(58,29,170); }
div.DivClassName
{
background-color: #3A1DAA;
}
.BgClassName
{
background-color: #3A1DAA;
}
</style>
border-color css
<style>
span { border-color: #3A1DAA; }
span { border-color: rgb(58,29,170); }
td.TdClassName
{
border-color: #3A1DAA;
}
.TagClassName
{
border-color: #3A1DAA;
}
</style>