Shades of Blue Gem #3C16AD
Tints of Blue Gem #3C16AD
RGB
CMYK
RGB Variations
Color information
#3C16AD (or 0x3C16AD) is known color: Blue Gem. HEX triplet: 3C, 16 and AD. RGB value is (60,22,173). Sum of RGB (Red+Green+Blue) = 60+22+173=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C16AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C16AD is #C3E952. Grayscale: #323232. Windows color (decimal): -12839251 or 11343420. OLE color: 11343420.
HSL color Cylindrical-coordinate representation of color #3C16AD: hue angle of 255.1º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C16AD is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 22 | 173 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.32 |
| HSL | 255.1º | 0.77% | 0.38% | - |
| HSV(B) | 255.1º | 0.87% | 0.68% | - |
| XYZ | 9.69 | 4.55 | 39.9 | - |
| YUV | 50.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 173 | 0.65 | 0.87 | 0 | 0.32 | 255.1 | 0.77 | 0.38 |
| Hex | 3C | 16 | AD | 41 | 57 | 0 | 20 | FF | 4D | 26 |
| Octal | 74 | 26 | 255 | 101 | 127 | 0 | 40 | 377 | 115 | 46 |
| Binary | 111100 | 10110 | 10101101 | 1000001 | 1010111 | 0 | 100000 | 11111111 | 1001101 | 100110 |
Color Harmonies of #3C16AD
Complementary color
Monochromatic Colors of #3C16AD
Black with #3C16AD
Text Example
Text Example
White with #3C16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C16AD; }
p { color: rgb(60,22,173); }
H1.HeaderClassName
{
color: #3C16AD;
}
.AnyTagClassName
{
color: #3C16AD;
}
</style>
background-color css
<style>
a { background-color: #3C16AD; }
a { background-color: rgb(60,22,173); }
div.DivClassName
{
background-color: #3C16AD;
}
.BgClassName
{
background-color: #3C16AD;
}
</style>
border-color css
<style>
span { border-color: #3C16AD; }
span { border-color: rgb(60,22,173); }
td.TdClassName
{
border-color: #3C16AD;
}
.TagClassName
{
border-color: #3C16AD;
}
</style>