Shades of Blue Gem #3C24AA
Tints of Blue Gem #3C24AA
RGB
CMYK
RGB Variations
Color information
#3C24AA (or 0x3C24AA) is known color: Blue Gem. HEX triplet: 3C, 24 and AA. RGB value is (60,36,170). Sum of RGB (Red+Green+Blue) = 60+36+170=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C24AA is #C3DB55. Grayscale: #393939. Windows color (decimal): -12835670 or 11150396. OLE color: 11150396.
HSL color Cylindrical-coordinate representation of color #3C24AA: hue angle of 250.75º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C24AA is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 36 | 170 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.33 |
| HSL | 250.75º | 0.65% | 0.4% | - |
| HSV(B) | 250.75º | 0.79% | 0.67% | - |
| XYZ | 9.75 | 5.12 | 38.51 | - |
| YUV | 58.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 170 | 0.65 | 0.79 | 0 | 0.33 | 250.75 | 0.65 | 0.4 |
| Hex | 3C | 24 | AA | 41 | 4F | 0 | 21 | FB | 41 | 28 |
| Octal | 74 | 44 | 252 | 101 | 117 | 0 | 41 | 373 | 101 | 50 |
| Binary | 111100 | 100100 | 10101010 | 1000001 | 1001111 | 0 | 100001 | 11111011 | 1000001 | 101000 |
Color Harmonies of #3C24AA
Complementary color
Monochromatic Colors of #3C24AA
Black with #3C24AA
Text Example
Text Example
White with #3C24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24AA; }
p { color: rgb(60,36,170); }
H1.HeaderClassName
{
color: #3C24AA;
}
.AnyTagClassName
{
color: #3C24AA;
}
</style>
background-color css
<style>
a { background-color: #3C24AA; }
a { background-color: rgb(60,36,170); }
div.DivClassName
{
background-color: #3C24AA;
}
.BgClassName
{
background-color: #3C24AA;
}
</style>
border-color css
<style>
span { border-color: #3C24AA; }
span { border-color: rgb(60,36,170); }
td.TdClassName
{
border-color: #3C24AA;
}
.TagClassName
{
border-color: #3C24AA;
}
</style>