Shades of Blue Gem #3C24AC
Tints of Blue Gem #3C24AC
RGB
CMYK
RGB Variations
Color information
#3C24AC (or 0x3C24AC) is known color: Blue Gem. HEX triplet: 3C, 24 and AC. RGB value is (60,36,172). Sum of RGB (Red+Green+Blue) = 60+36+172=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C24AC is #C3DB53. Grayscale: #3A3A3A. Windows color (decimal): -12835668 or 11281468. OLE color: 11281468.
HSL color Cylindrical-coordinate representation of color #3C24AC: hue angle of 250.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C24AC is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 36 | 172 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.33 |
| HSL | 250.59º | 0.65% | 0.41% | - |
| HSV(B) | 250.59º | 0.79% | 0.67% | - |
| XYZ | 9.94 | 5.2 | 39.51 | - |
| YUV | 58.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 172 | 0.65 | 0.79 | 0 | 0.33 | 250.59 | 0.65 | 0.41 |
| Hex | 3C | 24 | AC | 41 | 4F | 0 | 21 | FB | 41 | 29 |
| Octal | 74 | 44 | 254 | 101 | 117 | 0 | 41 | 373 | 101 | 51 |
| Binary | 111100 | 100100 | 10101100 | 1000001 | 1001111 | 0 | 100001 | 11111011 | 1000001 | 101001 |
Color Harmonies of #3C24AC
Complementary color
Monochromatic Colors of #3C24AC
Black with #3C24AC
Text Example
Text Example
White with #3C24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24AC; }
p { color: rgb(60,36,172); }
H1.HeaderClassName
{
color: #3C24AC;
}
.AnyTagClassName
{
color: #3C24AC;
}
</style>
background-color css
<style>
a { background-color: #3C24AC; }
a { background-color: rgb(60,36,172); }
div.DivClassName
{
background-color: #3C24AC;
}
.BgClassName
{
background-color: #3C24AC;
}
</style>
border-color css
<style>
span { border-color: #3C24AC; }
span { border-color: rgb(60,36,172); }
td.TdClassName
{
border-color: #3C24AC;
}
.TagClassName
{
border-color: #3C24AC;
}
</style>