Shades of Blue Gem #3C1CA8
Tints of Blue Gem #3C1CA8
RGB
CMYK
RGB Variations
Color information
#3C1CA8 (or 0x3C1CA8) is known color: Blue Gem. HEX triplet: 3C, 1C and A8. RGB value is (60,28,168). Sum of RGB (Red+Green+Blue) = 60+28+168=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C1CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1CA8 is #C3E357. Grayscale: #353535. Windows color (decimal): -12837720 or 11017276. OLE color: 11017276.
HSL color Cylindrical-coordinate representation of color #3C1CA8: hue angle of 253.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C1CA8 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 28 | 168 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.34 |
| HSL | 253.71º | 0.71% | 0.38% | - |
| HSV(B) | 253.71º | 0.83% | 0.66% | - |
| XYZ | 9.35 | 4.62 | 37.44 | - |
| YUV | 53.53 | 192.6 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 168 | 0.64 | 0.83 | 0 | 0.34 | 253.71 | 0.71 | 0.38 |
| Hex | 3C | 1C | A8 | 40 | 53 | 0 | 22 | FE | 47 | 26 |
| Octal | 74 | 34 | 250 | 100 | 123 | 0 | 42 | 376 | 107 | 46 |
| Binary | 111100 | 11100 | 10101000 | 1000000 | 1010011 | 0 | 100010 | 11111110 | 1000111 | 100110 |
Color Harmonies of #3C1CA8
Complementary color
Monochromatic Colors of #3C1CA8
Black with #3C1CA8
Text Example
Text Example
White with #3C1CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1CA8; }
p { color: rgb(60,28,168); }
H1.HeaderClassName
{
color: #3C1CA8;
}
.AnyTagClassName
{
color: #3C1CA8;
}
</style>
background-color css
<style>
a { background-color: #3C1CA8; }
a { background-color: rgb(60,28,168); }
div.DivClassName
{
background-color: #3C1CA8;
}
.BgClassName
{
background-color: #3C1CA8;
}
</style>
border-color css
<style>
span { border-color: #3C1CA8; }
span { border-color: rgb(60,28,168); }
td.TdClassName
{
border-color: #3C1CA8;
}
.TagClassName
{
border-color: #3C1CA8;
}
</style>