Shades of Blue Gem #3A2FA9
Tints of Blue Gem #3A2FA9
RGB
CMYK
RGB Variations
Color information
#3A2FA9 (or 0x3A2FA9) is known color: Blue Gem. HEX triplet: 3A, 2F and A9. RGB value is (58,47,169). Sum of RGB (Red+Green+Blue) = 58+47+169=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 169 (66.41% from 255 or 61.68% from 274); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A2FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FA9 is #C5D056. Grayscale: #3F3F3F. Windows color (decimal): -12963927 or 11087674. OLE color: 11087674.
HSL color Cylindrical-coordinate representation of color #3A2FA9: hue angle of 245.41º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2FA9 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 47 | 169 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.34 |
| HSL | 245.41º | 0.56% | 0.42% | - |
| HSV(B) | 245.41º | 0.72% | 0.66% | - |
| XYZ | 9.92 | 5.8 | 38.13 | - |
| YUV | 64.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 169 | 0.66 | 0.72 | 0 | 0.34 | 245.41 | 0.56 | 0.42 |
| Hex | 3A | 2F | A9 | 42 | 48 | 0 | 22 | F5 | 38 | 2A |
| Octal | 72 | 57 | 251 | 102 | 110 | 0 | 42 | 365 | 70 | 52 |
| Binary | 111010 | 101111 | 10101001 | 1000010 | 1001000 | 0 | 100010 | 11110101 | 111000 | 101010 |
Color Harmonies of #3A2FA9
Complementary color
Monochromatic Colors of #3A2FA9
Black with #3A2FA9
Text Example
Text Example
White with #3A2FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FA9; }
p { color: rgb(58,47,169); }
H1.HeaderClassName
{
color: #3A2FA9;
}
.AnyTagClassName
{
color: #3A2FA9;
}
</style>
background-color css
<style>
a { background-color: #3A2FA9; }
a { background-color: rgb(58,47,169); }
div.DivClassName
{
background-color: #3A2FA9;
}
.BgClassName
{
background-color: #3A2FA9;
}
</style>
border-color css
<style>
span { border-color: #3A2FA9; }
span { border-color: rgb(58,47,169); }
td.TdClassName
{
border-color: #3A2FA9;
}
.TagClassName
{
border-color: #3A2FA9;
}
</style>