Shades of Blue Gem #3A2899
Tints of Blue Gem #3A2899
RGB
CMYK
RGB Variations
Color information
#3A2899 (or 0x3A2899) is known color: Blue Gem. HEX triplet: 3A, 28 and 99. RGB value is (58,40,153). Sum of RGB (Red+Green+Blue) = 58+40+153=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A2899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2899 is #C5D766. Grayscale: #393939. Windows color (decimal): -12965735 or 10037306. OLE color: 10037306.
HSL color Cylindrical-coordinate representation of color #3A2899: hue angle of 249.56º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2899 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 40 | 153 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.4 |
| HSL | 249.56º | 0.59% | 0.38% | - |
| HSV(B) | 249.56º | 0.74% | 0.6% | - |
| XYZ | 8.25 | 4.72 | 30.61 | - |
| YUV | 58.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 153 | 0.62 | 0.74 | 0 | 0.4 | 249.56 | 0.59 | 0.38 |
| Hex | 3A | 28 | 99 | 3E | 4A | 0 | 28 | FA | 3B | 26 |
| Octal | 72 | 50 | 231 | 76 | 112 | 0 | 50 | 372 | 73 | 46 |
| Binary | 111010 | 101000 | 10011001 | 111110 | 1001010 | 0 | 101000 | 11111010 | 111011 | 100110 |
Color Harmonies of #3A2899
Complementary color
Monochromatic Colors of #3A2899
Black with #3A2899
Text Example
Text Example
White with #3A2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2899; }
p { color: rgb(58,40,153); }
H1.HeaderClassName
{
color: #3A2899;
}
.AnyTagClassName
{
color: #3A2899;
}
</style>
background-color css
<style>
a { background-color: #3A2899; }
a { background-color: rgb(58,40,153); }
div.DivClassName
{
background-color: #3A2899;
}
.BgClassName
{
background-color: #3A2899;
}
</style>
border-color css
<style>
span { border-color: #3A2899; }
span { border-color: rgb(58,40,153); }
td.TdClassName
{
border-color: #3A2899;
}
.TagClassName
{
border-color: #3A2899;
}
</style>