Shades of Blue Gem #3C24AE
Tints of Blue Gem #3C24AE
RGB
CMYK
RGB Variations
Color information
#3C24AE (or 0x3C24AE) is known color: Blue Gem. HEX triplet: 3C, 24 and AE. RGB value is (60,36,174). Sum of RGB (Red+Green+Blue) = 60+36+174=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C24AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C24AE is #C3DB51. Grayscale: #3A3A3A. Windows color (decimal): -12835666 or 11412540. OLE color: 11412540.
HSL color Cylindrical-coordinate representation of color #3C24AE: hue angle of 250.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C24AE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 36 | 174 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.32 |
| HSL | 250.43º | 0.66% | 0.41% | - |
| HSV(B) | 250.43º | 0.79% | 0.68% | - |
| XYZ | 10.13 | 5.28 | 40.53 | - |
| YUV | 58.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 174 | 0.66 | 0.79 | 0 | 0.32 | 250.43 | 0.66 | 0.41 |
| Hex | 3C | 24 | AE | 42 | 4F | 0 | 20 | FA | 42 | 29 |
| Octal | 74 | 44 | 256 | 102 | 117 | 0 | 40 | 372 | 102 | 51 |
| Binary | 111100 | 100100 | 10101110 | 1000010 | 1001111 | 0 | 100000 | 11111010 | 1000010 | 101001 |
Color Harmonies of #3C24AE
Complementary color
Monochromatic Colors of #3C24AE
Black with #3C24AE
Text Example
Text Example
White with #3C24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24AE; }
p { color: rgb(60,36,174); }
H1.HeaderClassName
{
color: #3C24AE;
}
.AnyTagClassName
{
color: #3C24AE;
}
</style>
background-color css
<style>
a { background-color: #3C24AE; }
a { background-color: rgb(60,36,174); }
div.DivClassName
{
background-color: #3C24AE;
}
.BgClassName
{
background-color: #3C24AE;
}
</style>
border-color css
<style>
span { border-color: #3C24AE; }
span { border-color: rgb(60,36,174); }
td.TdClassName
{
border-color: #3C24AE;
}
.TagClassName
{
border-color: #3C24AE;
}
</style>