Shades of Blue Gem #3C2496
Tints of Blue Gem #3C2496
RGB
CMYK
RGB Variations
Color information
#3C2496 (or 0x3C2496) is known color: Blue Gem. HEX triplet: 3C, 24 and 96. RGB value is (60,36,150). Sum of RGB (Red+Green+Blue) = 60+36+150=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2496 is #C3DB69. Grayscale: #373737. Windows color (decimal): -12835690 or 9839676. OLE color: 9839676.
HSL color Cylindrical-coordinate representation of color #3C2496: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2496 is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 36 | 150 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.41 |
| HSL | 252.63º | 0.61% | 0.36% | - |
| HSV(B) | 252.63º | 0.76% | 0.59% | - |
| XYZ | 8 | 4.42 | 29.29 | - |
| YUV | 56.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 150 | 0.6 | 0.76 | 0 | 0.41 | 252.63 | 0.61 | 0.36 |
| Hex | 3C | 24 | 96 | 3C | 4C | 0 | 29 | FD | 3D | 24 |
| Octal | 74 | 44 | 226 | 74 | 114 | 0 | 51 | 375 | 75 | 44 |
| Binary | 111100 | 100100 | 10010110 | 111100 | 1001100 | 0 | 101001 | 11111101 | 111101 | 100100 |
Color Harmonies of #3C2496
Complementary color
Monochromatic Colors of #3C2496
Black with #3C2496
Text Example
Text Example
White with #3C2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2496; }
p { color: rgb(60,36,150); }
H1.HeaderClassName
{
color: #3C2496;
}
.AnyTagClassName
{
color: #3C2496;
}
</style>
background-color css
<style>
a { background-color: #3C2496; }
a { background-color: rgb(60,36,150); }
div.DivClassName
{
background-color: #3C2496;
}
.BgClassName
{
background-color: #3C2496;
}
</style>
border-color css
<style>
span { border-color: #3C2496; }
span { border-color: rgb(60,36,150); }
td.TdClassName
{
border-color: #3C2496;
}
.TagClassName
{
border-color: #3C2496;
}
</style>