Shades of Blue Gem #3C19AD
Tints of Blue Gem #3C19AD
RGB
CMYK
RGB Variations
Color information
#3C19AD (or 0x3C19AD) is known color: Blue Gem. HEX triplet: 3C, 19 and AD. RGB value is (60,25,173). Sum of RGB (Red+Green+Blue) = 60+25+173=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C19AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C19AD is #C3E652. Grayscale: #333333. Windows color (decimal): -12838483 or 11344188. OLE color: 11344188.
HSL color Cylindrical-coordinate representation of color #3C19AD: hue angle of 254.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C19AD is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 25 | 173 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.32 |
| HSL | 254.19º | 0.75% | 0.39% | - |
| HSV(B) | 254.19º | 0.86% | 0.68% | - |
| XYZ | 9.75 | 4.67 | 39.92 | - |
| YUV | 52.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 173 | 0.65 | 0.86 | 0 | 0.32 | 254.19 | 0.75 | 0.39 |
| Hex | 3C | 19 | AD | 41 | 56 | 0 | 20 | FE | 4B | 27 |
| Octal | 74 | 31 | 255 | 101 | 126 | 0 | 40 | 376 | 113 | 47 |
| Binary | 111100 | 11001 | 10101101 | 1000001 | 1010110 | 0 | 100000 | 11111110 | 1001011 | 100111 |
Color Harmonies of #3C19AD
Complementary color
Monochromatic Colors of #3C19AD
Black with #3C19AD
Text Example
Text Example
White with #3C19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19AD; }
p { color: rgb(60,25,173); }
H1.HeaderClassName
{
color: #3C19AD;
}
.AnyTagClassName
{
color: #3C19AD;
}
</style>
background-color css
<style>
a { background-color: #3C19AD; }
a { background-color: rgb(60,25,173); }
div.DivClassName
{
background-color: #3C19AD;
}
.BgClassName
{
background-color: #3C19AD;
}
</style>
border-color css
<style>
span { border-color: #3C19AD; }
span { border-color: rgb(60,25,173); }
td.TdClassName
{
border-color: #3C19AD;
}
.TagClassName
{
border-color: #3C19AD;
}
</style>