Shades of Blue Gem #3A2EAB
Tints of Blue Gem #3A2EAB
RGB
CMYK
RGB Variations
Color information
#3A2EAB (or 0x3A2EAB) is known color: Blue Gem. HEX triplet: 3A, 2E and AB. RGB value is (58,46,171). Sum of RGB (Red+Green+Blue) = 58+46+171=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2EAB is #C5D154. Grayscale: #3F3F3F. Windows color (decimal): -12964181 or 11218490. OLE color: 11218490.
HSL color Cylindrical-coordinate representation of color #3A2EAB: hue angle of 245.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2EAB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 46 | 171 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.33 |
| HSL | 245.76º | 0.58% | 0.43% | - |
| HSV(B) | 245.76º | 0.73% | 0.67% | - |
| XYZ | 10.07 | 5.79 | 39.12 | - |
| YUV | 63.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 171 | 0.66 | 0.73 | 0 | 0.33 | 245.76 | 0.58 | 0.43 |
| Hex | 3A | 2E | AB | 42 | 49 | 0 | 21 | F6 | 3A | 2B |
| Octal | 72 | 56 | 253 | 102 | 111 | 0 | 41 | 366 | 72 | 53 |
| Binary | 111010 | 101110 | 10101011 | 1000010 | 1001001 | 0 | 100001 | 11110110 | 111010 | 101011 |
Color Harmonies of #3A2EAB
Complementary color
Monochromatic Colors of #3A2EAB
Black with #3A2EAB
Text Example
Text Example
White with #3A2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2EAB; }
p { color: rgb(58,46,171); }
H1.HeaderClassName
{
color: #3A2EAB;
}
.AnyTagClassName
{
color: #3A2EAB;
}
</style>
background-color css
<style>
a { background-color: #3A2EAB; }
a { background-color: rgb(58,46,171); }
div.DivClassName
{
background-color: #3A2EAB;
}
.BgClassName
{
background-color: #3A2EAB;
}
</style>
border-color css
<style>
span { border-color: #3A2EAB; }
span { border-color: rgb(58,46,171); }
td.TdClassName
{
border-color: #3A2EAB;
}
.TagClassName
{
border-color: #3A2EAB;
}
</style>