Shades of Blue Gem #3A1CAE
Tints of Blue Gem #3A1CAE
RGB
CMYK
RGB Variations
Color information
#3A1CAE (or 0x3A1CAE) is known color: Blue Gem. HEX triplet: 3A, 1C and AE. RGB value is (58,28,174). Sum of RGB (Red+Green+Blue) = 58+28+174=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A1CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1CAE is #C5E351. Grayscale: #353535. Windows color (decimal): -12968786 or 11410490. OLE color: 11410490.
HSL color Cylindrical-coordinate representation of color #3A1CAE: hue angle of 252.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1CAE is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 28 | 174 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.32 |
| HSL | 252.33º | 0.72% | 0.4% | - |
| HSV(B) | 252.33º | 0.84% | 0.68% | - |
| XYZ | 9.8 | 4.79 | 40.45 | - |
| YUV | 53.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 174 | 0.67 | 0.84 | 0 | 0.32 | 252.33 | 0.72 | 0.4 |
| Hex | 3A | 1C | AE | 43 | 54 | 0 | 20 | FC | 48 | 28 |
| Octal | 72 | 34 | 256 | 103 | 124 | 0 | 40 | 374 | 110 | 50 |
| Binary | 111010 | 11100 | 10101110 | 1000011 | 1010100 | 0 | 100000 | 11111100 | 1001000 | 101000 |
Color Harmonies of #3A1CAE
Complementary color
Monochromatic Colors of #3A1CAE
Black with #3A1CAE
Text Example
Text Example
White with #3A1CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1CAE; }
p { color: rgb(58,28,174); }
H1.HeaderClassName
{
color: #3A1CAE;
}
.AnyTagClassName
{
color: #3A1CAE;
}
</style>
background-color css
<style>
a { background-color: #3A1CAE; }
a { background-color: rgb(58,28,174); }
div.DivClassName
{
background-color: #3A1CAE;
}
.BgClassName
{
background-color: #3A1CAE;
}
</style>
border-color css
<style>
span { border-color: #3A1CAE; }
span { border-color: rgb(58,28,174); }
td.TdClassName
{
border-color: #3A1CAE;
}
.TagClassName
{
border-color: #3A1CAE;
}
</style>