Shades of Blue Gem #3C1CAB
Tints of Blue Gem #3C1CAB
RGB
CMYK
RGB Variations
Color information
#3C1CAB (or 0x3C1CAB) is known color: Blue Gem. HEX triplet: 3C, 1C and AB. RGB value is (60,28,171). Sum of RGB (Red+Green+Blue) = 60+28+171=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C1CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1CAB is #C3E354. Grayscale: #353535. Windows color (decimal): -12837717 or 11213884. OLE color: 11213884.
HSL color Cylindrical-coordinate representation of color #3C1CAB: hue angle of 253.43º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1CAB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 28 | 171 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.33 |
| HSL | 253.43º | 0.72% | 0.39% | - |
| HSV(B) | 253.43º | 0.84% | 0.67% | - |
| XYZ | 9.63 | 4.73 | 38.93 | - |
| YUV | 53.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 171 | 0.65 | 0.84 | 0 | 0.33 | 253.43 | 0.72 | 0.39 |
| Hex | 3C | 1C | AB | 41 | 54 | 0 | 21 | FD | 48 | 27 |
| Octal | 74 | 34 | 253 | 101 | 124 | 0 | 41 | 375 | 110 | 47 |
| Binary | 111100 | 11100 | 10101011 | 1000001 | 1010100 | 0 | 100001 | 11111101 | 1001000 | 100111 |
Color Harmonies of #3C1CAB
Complementary color
Monochromatic Colors of #3C1CAB
Black with #3C1CAB
Text Example
Text Example
White with #3C1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1CAB; }
p { color: rgb(60,28,171); }
H1.HeaderClassName
{
color: #3C1CAB;
}
.AnyTagClassName
{
color: #3C1CAB;
}
</style>
background-color css
<style>
a { background-color: #3C1CAB; }
a { background-color: rgb(60,28,171); }
div.DivClassName
{
background-color: #3C1CAB;
}
.BgClassName
{
background-color: #3C1CAB;
}
</style>
border-color css
<style>
span { border-color: #3C1CAB; }
span { border-color: rgb(60,28,171); }
td.TdClassName
{
border-color: #3C1CAB;
}
.TagClassName
{
border-color: #3C1CAB;
}
</style>