Shades of Blue Gem #3A2FA3
Tints of Blue Gem #3A2FA3
RGB
CMYK
RGB Variations
Color information
#3A2FA3 (or 0x3A2FA3) is known color: Blue Gem. HEX triplet: 3A, 2F and A3. RGB value is (58,47,163). Sum of RGB (Red+Green+Blue) = 58+47+163=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A2FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FA3 is #C5D05C. Grayscale: #3F3F3F. Windows color (decimal): -12963933 or 10694458. OLE color: 10694458.
HSL color Cylindrical-coordinate representation of color #3A2FA3: hue angle of 245.69º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A2FA3 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 47 | 163 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.36 |
| HSL | 245.69º | 0.55% | 0.41% | - |
| HSV(B) | 245.69º | 0.71% | 0.64% | - |
| XYZ | 9.37 | 5.58 | 35.23 | - |
| YUV | 63.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 163 | 0.64 | 0.71 | 0 | 0.36 | 245.69 | 0.55 | 0.41 |
| Hex | 3A | 2F | A3 | 40 | 47 | 0 | 24 | F6 | 37 | 29 |
| Octal | 72 | 57 | 243 | 100 | 107 | 0 | 44 | 366 | 67 | 51 |
| Binary | 111010 | 101111 | 10100011 | 1000000 | 1000111 | 0 | 100100 | 11110110 | 110111 | 101001 |
Color Harmonies of #3A2FA3
Complementary color
Monochromatic Colors of #3A2FA3
Black with #3A2FA3
Text Example
Text Example
White with #3A2FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FA3; }
p { color: rgb(58,47,163); }
H1.HeaderClassName
{
color: #3A2FA3;
}
.AnyTagClassName
{
color: #3A2FA3;
}
</style>
background-color css
<style>
a { background-color: #3A2FA3; }
a { background-color: rgb(58,47,163); }
div.DivClassName
{
background-color: #3A2FA3;
}
.BgClassName
{
background-color: #3A2FA3;
}
</style>
border-color css
<style>
span { border-color: #3A2FA3; }
span { border-color: rgb(58,47,163); }
td.TdClassName
{
border-color: #3A2FA3;
}
.TagClassName
{
border-color: #3A2FA3;
}
</style>