Shades of Blue Gem #3C2494
Tints of Blue Gem #3C2494
RGB
CMYK
RGB Variations
Color information
#3C2494 (or 0x3C2494) is known color: Blue Gem. HEX triplet: 3C, 24 and 94. RGB value is (60,36,148). Sum of RGB (Red+Green+Blue) = 60+36+148=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C2494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2494 is #C3DB6B. Grayscale: #373737. Windows color (decimal): -12835692 or 9708604. OLE color: 9708604.
HSL color Cylindrical-coordinate representation of color #3C2494: hue angle of 252.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2494 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 36 | 148 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.42 |
| HSL | 252.86º | 0.61% | 0.36% | - |
| HSV(B) | 252.86º | 0.76% | 0.58% | - |
| XYZ | 7.84 | 4.36 | 28.45 | - |
| YUV | 55.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 148 | 0.59 | 0.76 | 0 | 0.42 | 252.86 | 0.61 | 0.36 |
| Hex | 3C | 24 | 94 | 3B | 4C | 0 | 2A | FD | 3D | 24 |
| Octal | 74 | 44 | 224 | 73 | 114 | 0 | 52 | 375 | 75 | 44 |
| Binary | 111100 | 100100 | 10010100 | 111011 | 1001100 | 0 | 101010 | 11111101 | 111101 | 100100 |
Color Harmonies of #3C2494
Complementary color
Monochromatic Colors of #3C2494
Black with #3C2494
Text Example
Text Example
White with #3C2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2494; }
p { color: rgb(60,36,148); }
H1.HeaderClassName
{
color: #3C2494;
}
.AnyTagClassName
{
color: #3C2494;
}
</style>
background-color css
<style>
a { background-color: #3C2494; }
a { background-color: rgb(60,36,148); }
div.DivClassName
{
background-color: #3C2494;
}
.BgClassName
{
background-color: #3C2494;
}
</style>
border-color css
<style>
span { border-color: #3C2494; }
span { border-color: rgb(60,36,148); }
td.TdClassName
{
border-color: #3C2494;
}
.TagClassName
{
border-color: #3C2494;
}
</style>