Shades of Blue Gem #3A1AAC
Tints of Blue Gem #3A1AAC
RGB
CMYK
RGB Variations
Color information
#3A1AAC (or 0x3A1AAC) is known color: Blue Gem. HEX triplet: 3A, 1A and AC. RGB value is (58,26,172). Sum of RGB (Red+Green+Blue) = 58+26+172=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A1AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1AAC is #C5E553. Grayscale: #333333. Windows color (decimal): -12969300 or 11278906. OLE color: 11278906.
HSL color Cylindrical-coordinate representation of color #3A1AAC: hue angle of 253.15º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1AAC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 26 | 172 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.33 |
| HSL | 253.15º | 0.74% | 0.39% | - |
| HSV(B) | 253.15º | 0.85% | 0.67% | - |
| XYZ | 9.56 | 4.62 | 39.42 | - |
| YUV | 52.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 172 | 0.66 | 0.85 | 0 | 0.33 | 253.15 | 0.74 | 0.39 |
| Hex | 3A | 1A | AC | 42 | 55 | 0 | 21 | FD | 4A | 27 |
| Octal | 72 | 32 | 254 | 102 | 125 | 0 | 41 | 375 | 112 | 47 |
| Binary | 111010 | 11010 | 10101100 | 1000010 | 1010101 | 0 | 100001 | 11111101 | 1001010 | 100111 |
Color Harmonies of #3A1AAC
Complementary color
Monochromatic Colors of #3A1AAC
Black with #3A1AAC
Text Example
Text Example
White with #3A1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AAC; }
p { color: rgb(58,26,172); }
H1.HeaderClassName
{
color: #3A1AAC;
}
.AnyTagClassName
{
color: #3A1AAC;
}
</style>
background-color css
<style>
a { background-color: #3A1AAC; }
a { background-color: rgb(58,26,172); }
div.DivClassName
{
background-color: #3A1AAC;
}
.BgClassName
{
background-color: #3A1AAC;
}
</style>
border-color css
<style>
span { border-color: #3A1AAC; }
span { border-color: rgb(58,26,172); }
td.TdClassName
{
border-color: #3A1AAC;
}
.TagClassName
{
border-color: #3A1AAC;
}
</style>