Shades of Blue Gem #3A299B
Tints of Blue Gem #3A299B
RGB
CMYK
RGB Variations
Color information
#3A299B (or 0x3A299B) is known color: Blue Gem. HEX triplet: 3A, 29 and 9B. RGB value is (58,41,155). Sum of RGB (Red+Green+Blue) = 58+41+155=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A299B is #C5D664. Grayscale: #3A3A3A. Windows color (decimal): -12965477 or 10168634. OLE color: 10168634.
HSL color Cylindrical-coordinate representation of color #3A299B: hue angle of 248.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A299B is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 41 | 155 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.39 |
| HSL | 248.95º | 0.58% | 0.38% | - |
| HSV(B) | 248.95º | 0.74% | 0.61% | - |
| XYZ | 8.45 | 4.85 | 31.5 | - |
| YUV | 59.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 155 | 0.63 | 0.74 | 0 | 0.39 | 248.95 | 0.58 | 0.38 |
| Hex | 3A | 29 | 9B | 3F | 4A | 0 | 27 | F9 | 3A | 26 |
| Octal | 72 | 51 | 233 | 77 | 112 | 0 | 47 | 371 | 72 | 46 |
| Binary | 111010 | 101001 | 10011011 | 111111 | 1001010 | 0 | 100111 | 11111001 | 111010 | 100110 |
Color Harmonies of #3A299B
Complementary color
Monochromatic Colors of #3A299B
Black with #3A299B
Text Example
Text Example
White with #3A299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A299B; }
p { color: rgb(58,41,155); }
H1.HeaderClassName
{
color: #3A299B;
}
.AnyTagClassName
{
color: #3A299B;
}
</style>
background-color css
<style>
a { background-color: #3A299B; }
a { background-color: rgb(58,41,155); }
div.DivClassName
{
background-color: #3A299B;
}
.BgClassName
{
background-color: #3A299B;
}
</style>
border-color css
<style>
span { border-color: #3A299B; }
span { border-color: rgb(58,41,155); }
td.TdClassName
{
border-color: #3A299B;
}
.TagClassName
{
border-color: #3A299B;
}
</style>