Shades of Blue Gem #3A299F
Tints of Blue Gem #3A299F
RGB
CMYK
RGB Variations
Color information
#3A299F (or 0x3A299F) is known color: Blue Gem. HEX triplet: 3A, 29 and 9F. RGB value is (58,41,159). Sum of RGB (Red+Green+Blue) = 58+41+159=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A299F is #C5D660. Grayscale: #3B3B3B. Windows color (decimal): -12965473 or 10430778. OLE color: 10430778.
HSL color Cylindrical-coordinate representation of color #3A299F: hue angle of 248.64º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A299F is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 41 | 159 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.38 |
| HSL | 248.64º | 0.59% | 0.39% | - |
| HSV(B) | 248.64º | 0.74% | 0.62% | - |
| XYZ | 8.8 | 4.99 | 33.3 | - |
| YUV | 59.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 159 | 0.64 | 0.74 | 0 | 0.38 | 248.64 | 0.59 | 0.39 |
| Hex | 3A | 29 | 9F | 40 | 4A | 0 | 26 | F9 | 3B | 27 |
| Octal | 72 | 51 | 237 | 100 | 112 | 0 | 46 | 371 | 73 | 47 |
| Binary | 111010 | 101001 | 10011111 | 1000000 | 1001010 | 0 | 100110 | 11111001 | 111011 | 100111 |
Color Harmonies of #3A299F
Complementary color
Monochromatic Colors of #3A299F
Black with #3A299F
Text Example
Text Example
White with #3A299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A299F; }
p { color: rgb(58,41,159); }
H1.HeaderClassName
{
color: #3A299F;
}
.AnyTagClassName
{
color: #3A299F;
}
</style>
background-color css
<style>
a { background-color: #3A299F; }
a { background-color: rgb(58,41,159); }
div.DivClassName
{
background-color: #3A299F;
}
.BgClassName
{
background-color: #3A299F;
}
</style>
border-color css
<style>
span { border-color: #3A299F; }
span { border-color: rgb(58,41,159); }
td.TdClassName
{
border-color: #3A299F;
}
.TagClassName
{
border-color: #3A299F;
}
</style>