Shades of Blue Gem #3C29A5
Tints of Blue Gem #3C29A5
RGB
CMYK
RGB Variations
Color information
#3C29A5 (or 0x3C29A5) is known color: Blue Gem. HEX triplet: 3C, 29 and A5. RGB value is (60,41,165). Sum of RGB (Red+Green+Blue) = 60+41+165=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #3C29A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C29A5 is #C3D65A. Grayscale: #3C3C3C. Windows color (decimal): -12834395 or 10823996. OLE color: 10823996.
HSL color Cylindrical-coordinate representation of color #3C29A5: hue angle of 249.19º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C29A5 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 41 | 165 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.35 |
| HSL | 249.19º | 0.6% | 0.4% | - |
| HSV(B) | 249.19º | 0.75% | 0.65% | - |
| XYZ | 9.45 | 5.26 | 36.12 | - |
| YUV | 60.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 165 | 0.64 | 0.75 | 0 | 0.35 | 249.19 | 0.6 | 0.4 |
| Hex | 3C | 29 | A5 | 40 | 4B | 0 | 23 | F9 | 3C | 28 |
| Octal | 74 | 51 | 245 | 100 | 113 | 0 | 43 | 371 | 74 | 50 |
| Binary | 111100 | 101001 | 10100101 | 1000000 | 1001011 | 0 | 100011 | 11111001 | 111100 | 101000 |
Color Harmonies of #3C29A5
Complementary color
Monochromatic Colors of #3C29A5
Black with #3C29A5
Text Example
Text Example
White with #3C29A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29A5; }
p { color: rgb(60,41,165); }
H1.HeaderClassName
{
color: #3C29A5;
}
.AnyTagClassName
{
color: #3C29A5;
}
</style>
background-color css
<style>
a { background-color: #3C29A5; }
a { background-color: rgb(60,41,165); }
div.DivClassName
{
background-color: #3C29A5;
}
.BgClassName
{
background-color: #3C29A5;
}
</style>
border-color css
<style>
span { border-color: #3C29A5; }
span { border-color: rgb(60,41,165); }
td.TdClassName
{
border-color: #3C29A5;
}
.TagClassName
{
border-color: #3C29A5;
}
</style>