Shades of Blue Gem #3B29AA
Tints of Blue Gem #3B29AA
RGB
CMYK
RGB Variations
Color information
#3B29AA (or 0x3B29AA) is known color: Blue Gem. HEX triplet: 3B, 29 and AA. RGB value is (59,41,170). Sum of RGB (Red+Green+Blue) = 59+41+170=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B29AA is #C4D655. Grayscale: #3C3C3C. Windows color (decimal): -12899926 or 11151675. OLE color: 11151675.
HSL color Cylindrical-coordinate representation of color #3B29AA: hue angle of 248.37º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B29AA is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 41 | 170 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.33 |
| HSL | 248.37º | 0.61% | 0.41% | - |
| HSV(B) | 248.37º | 0.76% | 0.67% | - |
| XYZ | 9.85 | 5.42 | 38.56 | - |
| YUV | 61.09 | 189.46 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 170 | 0.65 | 0.76 | 0 | 0.33 | 248.37 | 0.61 | 0.41 |
| Hex | 3B | 29 | AA | 41 | 4C | 0 | 21 | F8 | 3D | 29 |
| Octal | 73 | 51 | 252 | 101 | 114 | 0 | 41 | 370 | 75 | 51 |
| Binary | 111011 | 101001 | 10101010 | 1000001 | 1001100 | 0 | 100001 | 11111000 | 111101 | 101001 |
Color Harmonies of #3B29AA
Complementary color
Monochromatic Colors of #3B29AA
Black with #3B29AA
Text Example
Text Example
White with #3B29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B29AA; }
p { color: rgb(59,41,170); }
H1.HeaderClassName
{
color: #3B29AA;
}
.AnyTagClassName
{
color: #3B29AA;
}
</style>
background-color css
<style>
a { background-color: #3B29AA; }
a { background-color: rgb(59,41,170); }
div.DivClassName
{
background-color: #3B29AA;
}
.BgClassName
{
background-color: #3B29AA;
}
</style>
border-color css
<style>
span { border-color: #3B29AA; }
span { border-color: rgb(59,41,170); }
td.TdClassName
{
border-color: #3B29AA;
}
.TagClassName
{
border-color: #3B29AA;
}
</style>