Shades of Blue Gem #3A1FAC
Tints of Blue Gem #3A1FAC
RGB
CMYK
RGB Variations
Color information
#3A1FAC (or 0x3A1FAC) is known color: Blue Gem. HEX triplet: 3A, 1F and AC. RGB value is (58,31,172). Sum of RGB (Red+Green+Blue) = 58+31+172=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A1FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1FAC is #C5E053. Grayscale: #363636. Windows color (decimal): -12968020 or 11280186. OLE color: 11280186.
HSL color Cylindrical-coordinate representation of color #3A1FAC: hue angle of 251.49º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1FAC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 31 | 172 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.33 |
| HSL | 251.49º | 0.69% | 0.4% | - |
| HSV(B) | 251.49º | 0.82% | 0.67% | - |
| XYZ | 9.68 | 4.86 | 39.46 | - |
| YUV | 55.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 172 | 0.66 | 0.82 | 0 | 0.33 | 251.49 | 0.69 | 0.4 |
| Hex | 3A | 1F | AC | 42 | 52 | 0 | 21 | FB | 45 | 28 |
| Octal | 72 | 37 | 254 | 102 | 122 | 0 | 41 | 373 | 105 | 50 |
| Binary | 111010 | 11111 | 10101100 | 1000010 | 1010010 | 0 | 100001 | 11111011 | 1000101 | 101000 |
Color Harmonies of #3A1FAC
Complementary color
Monochromatic Colors of #3A1FAC
Black with #3A1FAC
Text Example
Text Example
White with #3A1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FAC; }
p { color: rgb(58,31,172); }
H1.HeaderClassName
{
color: #3A1FAC;
}
.AnyTagClassName
{
color: #3A1FAC;
}
</style>
background-color css
<style>
a { background-color: #3A1FAC; }
a { background-color: rgb(58,31,172); }
div.DivClassName
{
background-color: #3A1FAC;
}
.BgClassName
{
background-color: #3A1FAC;
}
</style>
border-color css
<style>
span { border-color: #3A1FAC; }
span { border-color: rgb(58,31,172); }
td.TdClassName
{
border-color: #3A1FAC;
}
.TagClassName
{
border-color: #3A1FAC;
}
</style>