Shades of Blue Gem #3C19AB
Tints of Blue Gem #3C19AB
RGB
CMYK
RGB Variations
Color information
#3C19AB (or 0x3C19AB) is known color: Blue Gem. HEX triplet: 3C, 19 and AB. RGB value is (60,25,171). Sum of RGB (Red+Green+Blue) = 60+25+171=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C19AB is #C3E654. Grayscale: #333333. Windows color (decimal): -12838485 or 11213116. OLE color: 11213116.
HSL color Cylindrical-coordinate representation of color #3C19AB: hue angle of 254.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C19AB is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 25 | 171 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.33 |
| HSL | 254.38º | 0.74% | 0.38% | - |
| HSV(B) | 254.38º | 0.85% | 0.67% | - |
| XYZ | 9.56 | 4.6 | 38.91 | - |
| YUV | 52.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 171 | 0.65 | 0.85 | 0 | 0.33 | 254.38 | 0.74 | 0.38 |
| Hex | 3C | 19 | AB | 41 | 55 | 0 | 21 | FE | 4A | 26 |
| Octal | 74 | 31 | 253 | 101 | 125 | 0 | 41 | 376 | 112 | 46 |
| Binary | 111100 | 11001 | 10101011 | 1000001 | 1010101 | 0 | 100001 | 11111110 | 1001010 | 100110 |
Color Harmonies of #3C19AB
Complementary color
Monochromatic Colors of #3C19AB
Black with #3C19AB
Text Example
Text Example
White with #3C19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19AB; }
p { color: rgb(60,25,171); }
H1.HeaderClassName
{
color: #3C19AB;
}
.AnyTagClassName
{
color: #3C19AB;
}
</style>
background-color css
<style>
a { background-color: #3C19AB; }
a { background-color: rgb(60,25,171); }
div.DivClassName
{
background-color: #3C19AB;
}
.BgClassName
{
background-color: #3C19AB;
}
</style>
border-color css
<style>
span { border-color: #3C19AB; }
span { border-color: rgb(60,25,171); }
td.TdClassName
{
border-color: #3C19AB;
}
.TagClassName
{
border-color: #3C19AB;
}
</style>