Shades of Blue Gem #3A2EAA
Tints of Blue Gem #3A2EAA
RGB
CMYK
RGB Variations
Color information
#3A2EAA (or 0x3A2EAA) is known color: Blue Gem. HEX triplet: 3A, 2E and AA. RGB value is (58,46,170). Sum of RGB (Red+Green+Blue) = 58+46+170=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A2EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2EAA is #C5D155. Grayscale: #3F3F3F. Windows color (decimal): -12964182 or 11152954. OLE color: 11152954.
HSL color Cylindrical-coordinate representation of color #3A2EAA: hue angle of 245.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2EAA is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 46 | 170 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.33 |
| HSL | 245.81º | 0.57% | 0.42% | - |
| HSV(B) | 245.81º | 0.73% | 0.67% | - |
| XYZ | 9.98 | 5.76 | 38.62 | - |
| YUV | 63.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 170 | 0.66 | 0.73 | 0 | 0.33 | 245.81 | 0.57 | 0.42 |
| Hex | 3A | 2E | AA | 42 | 49 | 0 | 21 | F6 | 39 | 2A |
| Octal | 72 | 56 | 252 | 102 | 111 | 0 | 41 | 366 | 71 | 52 |
| Binary | 111010 | 101110 | 10101010 | 1000010 | 1001001 | 0 | 100001 | 11110110 | 111001 | 101010 |
Color Harmonies of #3A2EAA
Complementary color
Monochromatic Colors of #3A2EAA
Black with #3A2EAA
Text Example
Text Example
White with #3A2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2EAA; }
p { color: rgb(58,46,170); }
H1.HeaderClassName
{
color: #3A2EAA;
}
.AnyTagClassName
{
color: #3A2EAA;
}
</style>
background-color css
<style>
a { background-color: #3A2EAA; }
a { background-color: rgb(58,46,170); }
div.DivClassName
{
background-color: #3A2EAA;
}
.BgClassName
{
background-color: #3A2EAA;
}
</style>
border-color css
<style>
span { border-color: #3A2EAA; }
span { border-color: rgb(58,46,170); }
td.TdClassName
{
border-color: #3A2EAA;
}
.TagClassName
{
border-color: #3A2EAA;
}
</style>