Shades of Blue Gem #3C29AA
Tints of Blue Gem #3C29AA
RGB
CMYK
RGB Variations
Color information
#3C29AA (or 0x3C29AA) is known color: Blue Gem. HEX triplet: 3C, 29 and AA. RGB value is (60,41,170). Sum of RGB (Red+Green+Blue) = 60+41+170=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C29AA is #C3D655. Grayscale: #3C3C3C. Windows color (decimal): -12834390 or 11151676. OLE color: 11151676.
HSL color Cylindrical-coordinate representation of color #3C29AA: hue angle of 248.84º 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 #3C29AA is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 41 | 170 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.33 |
| HSL | 248.84º | 0.61% | 0.41% | - |
| HSV(B) | 248.84º | 0.76% | 0.67% | - |
| XYZ | 9.91 | 5.45 | 38.56 | - |
| YUV | 61.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 170 | 0.65 | 0.76 | 0 | 0.33 | 248.84 | 0.61 | 0.41 |
| Hex | 3C | 29 | AA | 41 | 4C | 0 | 21 | F9 | 3D | 29 |
| Octal | 74 | 51 | 252 | 101 | 114 | 0 | 41 | 371 | 75 | 51 |
| Binary | 111100 | 101001 | 10101010 | 1000001 | 1001100 | 0 | 100001 | 11111001 | 111101 | 101001 |
Color Harmonies of #3C29AA
Complementary color
Monochromatic Colors of #3C29AA
Black with #3C29AA
Text Example
Text Example
White with #3C29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29AA; }
p { color: rgb(60,41,170); }
H1.HeaderClassName
{
color: #3C29AA;
}
.AnyTagClassName
{
color: #3C29AA;
}
</style>
background-color css
<style>
a { background-color: #3C29AA; }
a { background-color: rgb(60,41,170); }
div.DivClassName
{
background-color: #3C29AA;
}
.BgClassName
{
background-color: #3C29AA;
}
</style>
border-color css
<style>
span { border-color: #3C29AA; }
span { border-color: rgb(60,41,170); }
td.TdClassName
{
border-color: #3C29AA;
}
.TagClassName
{
border-color: #3C29AA;
}
</style>