Shades of Blue Gem #3A31AA
Tints of Blue Gem #3A31AA
RGB
CMYK
RGB Variations
Color information
#3A31AA (or 0x3A31AA) is known color: Blue Gem. HEX triplet: 3A, 31 and AA. RGB value is (58,49,170). Sum of RGB (Red+Green+Blue) = 58+49+170=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A31AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A31AA is #C5CE55. Grayscale: #414141. Windows color (decimal): -12963414 or 11153722. OLE color: 11153722.
HSL color Cylindrical-coordinate representation of color #3A31AA: hue angle of 244.46º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A31AA is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 49 | 170 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.33 |
| HSL | 244.46º | 0.55% | 0.43% | - |
| HSV(B) | 244.46º | 0.71% | 0.67% | - |
| XYZ | 10.1 | 6 | 38.66 | - |
| YUV | 65.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 170 | 0.66 | 0.71 | 0 | 0.33 | 244.46 | 0.55 | 0.43 |
| Hex | 3A | 31 | AA | 42 | 47 | 0 | 21 | F4 | 37 | 2B |
| Octal | 72 | 61 | 252 | 102 | 107 | 0 | 41 | 364 | 67 | 53 |
| Binary | 111010 | 110001 | 10101010 | 1000010 | 1000111 | 0 | 100001 | 11110100 | 110111 | 101011 |
Color Harmonies of #3A31AA
Complementary color
Monochromatic Colors of #3A31AA
Black with #3A31AA
Text Example
Text Example
White with #3A31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A31AA; }
p { color: rgb(58,49,170); }
H1.HeaderClassName
{
color: #3A31AA;
}
.AnyTagClassName
{
color: #3A31AA;
}
</style>
background-color css
<style>
a { background-color: #3A31AA; }
a { background-color: rgb(58,49,170); }
div.DivClassName
{
background-color: #3A31AA;
}
.BgClassName
{
background-color: #3A31AA;
}
</style>
border-color css
<style>
span { border-color: #3A31AA; }
span { border-color: rgb(58,49,170); }
td.TdClassName
{
border-color: #3A31AA;
}
.TagClassName
{
border-color: #3A31AA;
}
</style>