Shades of Blue Gem #3C1AAB
Tints of Blue Gem #3C1AAB
RGB
CMYK
RGB Variations
Color information
#3C1AAB (or 0x3C1AAB) is known color: Blue Gem. HEX triplet: 3C, 1A and AB. RGB value is (60,26,171). Sum of RGB (Red+Green+Blue) = 60+26+171=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C1AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1AAB is #C3E554. Grayscale: #343434. Windows color (decimal): -12838229 or 11213372. OLE color: 11213372.
HSL color Cylindrical-coordinate representation of color #3C1AAB: hue angle of 254.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1AAB is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 26 | 171 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.33 |
| HSL | 254.07º | 0.74% | 0.39% | - |
| HSV(B) | 254.07º | 0.85% | 0.67% | - |
| XYZ | 9.58 | 4.64 | 38.92 | - |
| YUV | 52.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 26 | 171 | 0.65 | 0.85 | 0 | 0.33 | 254.07 | 0.74 | 0.39 |
| Hex | 3C | 1A | AB | 41 | 55 | 0 | 21 | FE | 4A | 27 |
| Octal | 74 | 32 | 253 | 101 | 125 | 0 | 41 | 376 | 112 | 47 |
| Binary | 111100 | 11010 | 10101011 | 1000001 | 1010101 | 0 | 100001 | 11111110 | 1001010 | 100111 |
Color Harmonies of #3C1AAB
Complementary color
Monochromatic Colors of #3C1AAB
Black with #3C1AAB
Text Example
Text Example
White with #3C1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1AAB; }
p { color: rgb(60,26,171); }
H1.HeaderClassName
{
color: #3C1AAB;
}
.AnyTagClassName
{
color: #3C1AAB;
}
</style>
background-color css
<style>
a { background-color: #3C1AAB; }
a { background-color: rgb(60,26,171); }
div.DivClassName
{
background-color: #3C1AAB;
}
.BgClassName
{
background-color: #3C1AAB;
}
</style>
border-color css
<style>
span { border-color: #3C1AAB; }
span { border-color: rgb(60,26,171); }
td.TdClassName
{
border-color: #3C1AAB;
}
.TagClassName
{
border-color: #3C1AAB;
}
</style>