Shades of Blue Gem #3A2EAC
Tints of Blue Gem #3A2EAC
RGB
CMYK
RGB Variations
Color information
#3A2EAC (or 0x3A2EAC) is known color: Blue Gem. HEX triplet: 3A, 2E and AC. RGB value is (58,46,172). Sum of RGB (Red+Green+Blue) = 58+46+172=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A2EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2EAC is #C5D153. Grayscale: #3F3F3F. Windows color (decimal): -12964180 or 11284026. OLE color: 11284026.
HSL color Cylindrical-coordinate representation of color #3A2EAC: hue angle of 245.71º 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 #3A2EAC is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 46 | 172 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.33 |
| HSL | 245.71º | 0.58% | 0.43% | - |
| HSV(B) | 245.71º | 0.73% | 0.67% | - |
| XYZ | 10.17 | 5.83 | 39.62 | - |
| YUV | 63.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 172 | 0.66 | 0.73 | 0 | 0.33 | 245.71 | 0.58 | 0.43 |
| Hex | 3A | 2E | AC | 42 | 49 | 0 | 21 | F6 | 3A | 2B |
| Octal | 72 | 56 | 254 | 102 | 111 | 0 | 41 | 366 | 72 | 53 |
| Binary | 111010 | 101110 | 10101100 | 1000010 | 1001001 | 0 | 100001 | 11110110 | 111010 | 101011 |
Color Harmonies of #3A2EAC
Complementary color
Monochromatic Colors of #3A2EAC
Black with #3A2EAC
Text Example
Text Example
White with #3A2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2EAC; }
p { color: rgb(58,46,172); }
H1.HeaderClassName
{
color: #3A2EAC;
}
.AnyTagClassName
{
color: #3A2EAC;
}
</style>
background-color css
<style>
a { background-color: #3A2EAC; }
a { background-color: rgb(58,46,172); }
div.DivClassName
{
background-color: #3A2EAC;
}
.BgClassName
{
background-color: #3A2EAC;
}
</style>
border-color css
<style>
span { border-color: #3A2EAC; }
span { border-color: rgb(58,46,172); }
td.TdClassName
{
border-color: #3A2EAC;
}
.TagClassName
{
border-color: #3A2EAC;
}
</style>