Shades of Blue Gem #3A32A9
Tints of Blue Gem #3A32A9
RGB
CMYK
RGB Variations
Color information
#3A32A9 (or 0x3A32A9) is known color: Blue Gem. HEX triplet: 3A, 32 and A9. RGB value is (58,50,169). Sum of RGB (Red+Green+Blue) = 58+50+169=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A32A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A32A9 is #C5CD56. Grayscale: #414141. Windows color (decimal): -12963159 or 11088442. OLE color: 11088442.
HSL color Cylindrical-coordinate representation of color #3A32A9: hue angle of 244.03º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A32A9 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 50 | 169 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.34 |
| HSL | 244.03º | 0.54% | 0.43% | - |
| HSV(B) | 244.03º | 0.7% | 0.66% | - |
| XYZ | 10.05 | 6.05 | 38.17 | - |
| YUV | 65.96 | 186.15 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 169 | 0.66 | 0.70 | 0 | 0.34 | 244.03 | 0.54 | 0.43 |
| Hex | 3A | 32 | A9 | 42 | 46 | 0 | 22 | F4 | 36 | 2B |
| Octal | 72 | 62 | 251 | 102 | 106 | 0 | 42 | 364 | 66 | 53 |
| Binary | 111010 | 110010 | 10101001 | 1000010 | 1000110 | 0 | 100010 | 11110100 | 110110 | 101011 |
Color Harmonies of #3A32A9
Complementary color
Monochromatic Colors of #3A32A9
Black with #3A32A9
Text Example
Text Example
White with #3A32A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32A9; }
p { color: rgb(58,50,169); }
H1.HeaderClassName
{
color: #3A32A9;
}
.AnyTagClassName
{
color: #3A32A9;
}
</style>
background-color css
<style>
a { background-color: #3A32A9; }
a { background-color: rgb(58,50,169); }
div.DivClassName
{
background-color: #3A32A9;
}
.BgClassName
{
background-color: #3A32A9;
}
</style>
border-color css
<style>
span { border-color: #3A32A9; }
span { border-color: rgb(58,50,169); }
td.TdClassName
{
border-color: #3A32A9;
}
.TagClassName
{
border-color: #3A32A9;
}
</style>