Shades of Blue Gem #3A19AC
Tints of Blue Gem #3A19AC
RGB
CMYK
RGB Variations
Color information
#3A19AC (or 0x3A19AC) is known color: Blue Gem. HEX triplet: 3A, 19 and AC. RGB value is (58,25,172). Sum of RGB (Red+Green+Blue) = 58+25+172=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A19AC is #C5E653. Grayscale: #333333. Windows color (decimal): -12969556 or 11278650. OLE color: 11278650.
HSL color Cylindrical-coordinate representation of color #3A19AC: hue angle of 253.47º degrees, saturation: 0.75, 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 #3A19AC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 25 | 172 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.33 |
| HSL | 253.47º | 0.75% | 0.39% | - |
| HSV(B) | 253.47º | 0.85% | 0.67% | - |
| XYZ | 9.54 | 4.57 | 39.41 | - |
| YUV | 51.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 172 | 0.66 | 0.85 | 0 | 0.33 | 253.47 | 0.75 | 0.39 |
| Hex | 3A | 19 | AC | 42 | 55 | 0 | 21 | FD | 4B | 27 |
| Octal | 72 | 31 | 254 | 102 | 125 | 0 | 41 | 375 | 113 | 47 |
| Binary | 111010 | 11001 | 10101100 | 1000010 | 1010101 | 0 | 100001 | 11111101 | 1001011 | 100111 |
Color Harmonies of #3A19AC
Complementary color
Monochromatic Colors of #3A19AC
Black with #3A19AC
Text Example
Text Example
White with #3A19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A19AC; }
p { color: rgb(58,25,172); }
H1.HeaderClassName
{
color: #3A19AC;
}
.AnyTagClassName
{
color: #3A19AC;
}
</style>
background-color css
<style>
a { background-color: #3A19AC; }
a { background-color: rgb(58,25,172); }
div.DivClassName
{
background-color: #3A19AC;
}
.BgClassName
{
background-color: #3A19AC;
}
</style>
border-color css
<style>
span { border-color: #3A19AC; }
span { border-color: rgb(58,25,172); }
td.TdClassName
{
border-color: #3A19AC;
}
.TagClassName
{
border-color: #3A19AC;
}
</style>