Shades of Blue Gem #3C249C
Tints of Blue Gem #3C249C
RGB
CMYK
RGB Variations
Color information
#3C249C (or 0x3C249C) is known color: Blue Gem. HEX triplet: 3C, 24 and 9C. RGB value is (60,36,156). Sum of RGB (Red+Green+Blue) = 60+36+156=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C249C is #C3DB63. Grayscale: #383838. Windows color (decimal): -12835684 or 10232892. OLE color: 10232892.
HSL color Cylindrical-coordinate representation of color #3C249C: hue angle of 252º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C249C is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 36 | 156 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.39 |
| HSL | 252º | 0.63% | 0.38% | - |
| HSV(B) | 252º | 0.77% | 0.61% | - |
| XYZ | 8.5 | 4.62 | 31.9 | - |
| YUV | 56.86 | 183.95 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 156 | 0.62 | 0.77 | 0 | 0.39 | 252 | 0.63 | 0.38 |
| Hex | 3C | 24 | 9C | 3E | 4D | 0 | 27 | FC | 3E | 26 |
| Octal | 74 | 44 | 234 | 76 | 115 | 0 | 47 | 374 | 76 | 46 |
| Binary | 111100 | 100100 | 10011100 | 111110 | 1001101 | 0 | 100111 | 11111100 | 111110 | 100110 |
Color Harmonies of #3C249C
Complementary color
Monochromatic Colors of #3C249C
Black with #3C249C
Text Example
Text Example
White with #3C249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C249C; }
p { color: rgb(60,36,156); }
H1.HeaderClassName
{
color: #3C249C;
}
.AnyTagClassName
{
color: #3C249C;
}
</style>
background-color css
<style>
a { background-color: #3C249C; }
a { background-color: rgb(60,36,156); }
div.DivClassName
{
background-color: #3C249C;
}
.BgClassName
{
background-color: #3C249C;
}
</style>
border-color css
<style>
span { border-color: #3C249C; }
span { border-color: rgb(60,36,156); }
td.TdClassName
{
border-color: #3C249C;
}
.TagClassName
{
border-color: #3C249C;
}
</style>