Shades of Blue Gem #3A2FA8
Tints of Blue Gem #3A2FA8
RGB
CMYK
RGB Variations
Color information
#3A2FA8 (or 0x3A2FA8) is known color: Blue Gem. HEX triplet: 3A, 2F and A8. RGB value is (58,47,168). Sum of RGB (Red+Green+Blue) = 58+47+168=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A2FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FA8 is #C5D057. Grayscale: #3F3F3F. Windows color (decimal): -12963928 or 11022138. OLE color: 11022138.
HSL color Cylindrical-coordinate representation of color #3A2FA8: hue angle of 245.45º 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 #3A2FA8 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 47 | 168 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.34 |
| HSL | 245.45º | 0.56% | 0.42% | - |
| HSV(B) | 245.45º | 0.72% | 0.66% | - |
| XYZ | 9.83 | 5.76 | 37.64 | - |
| YUV | 64.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 168 | 0.65 | 0.72 | 0 | 0.34 | 245.45 | 0.56 | 0.42 |
| Hex | 3A | 2F | A8 | 41 | 48 | 0 | 22 | F5 | 38 | 2A |
| Octal | 72 | 57 | 250 | 101 | 110 | 0 | 42 | 365 | 70 | 52 |
| Binary | 111010 | 101111 | 10101000 | 1000001 | 1001000 | 0 | 100010 | 11110101 | 111000 | 101010 |
Color Harmonies of #3A2FA8
Complementary color
Monochromatic Colors of #3A2FA8
Black with #3A2FA8
Text Example
Text Example
White with #3A2FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FA8; }
p { color: rgb(58,47,168); }
H1.HeaderClassName
{
color: #3A2FA8;
}
.AnyTagClassName
{
color: #3A2FA8;
}
</style>
background-color css
<style>
a { background-color: #3A2FA8; }
a { background-color: rgb(58,47,168); }
div.DivClassName
{
background-color: #3A2FA8;
}
.BgClassName
{
background-color: #3A2FA8;
}
</style>
border-color css
<style>
span { border-color: #3A2FA8; }
span { border-color: rgb(58,47,168); }
td.TdClassName
{
border-color: #3A2FA8;
}
.TagClassName
{
border-color: #3A2FA8;
}
</style>