Shades of Blue Gem #3C17AC
Tints of Blue Gem #3C17AC
RGB
CMYK
RGB Variations
Color information
#3C17AC (or 0x3C17AC) is known color: Blue Gem. HEX triplet: 3C, 17 and AC. RGB value is (60,23,172). Sum of RGB (Red+Green+Blue) = 60+23+172=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C17AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C17AC is #C3E853. Grayscale: #323232. Windows color (decimal): -12838996 or 11278140. OLE color: 11278140.
HSL color Cylindrical-coordinate representation of color #3C17AC: hue angle of 254.9º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C17AC is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 23 | 172 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.33 |
| HSL | 254.9º | 0.76% | 0.38% | - |
| HSV(B) | 254.9º | 0.87% | 0.67% | - |
| XYZ | 9.62 | 4.55 | 39.4 | - |
| YUV | 51.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 172 | 0.65 | 0.87 | 0 | 0.33 | 254.9 | 0.76 | 0.38 |
| Hex | 3C | 17 | AC | 41 | 57 | 0 | 21 | FF | 4C | 26 |
| Octal | 74 | 27 | 254 | 101 | 127 | 0 | 41 | 377 | 114 | 46 |
| Binary | 111100 | 10111 | 10101100 | 1000001 | 1010111 | 0 | 100001 | 11111111 | 1001100 | 100110 |
Color Harmonies of #3C17AC
Complementary color
Monochromatic Colors of #3C17AC
Black with #3C17AC
Text Example
Text Example
White with #3C17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17AC; }
p { color: rgb(60,23,172); }
H1.HeaderClassName
{
color: #3C17AC;
}
.AnyTagClassName
{
color: #3C17AC;
}
</style>
background-color css
<style>
a { background-color: #3C17AC; }
a { background-color: rgb(60,23,172); }
div.DivClassName
{
background-color: #3C17AC;
}
.BgClassName
{
background-color: #3C17AC;
}
</style>
border-color css
<style>
span { border-color: #3C17AC; }
span { border-color: rgb(60,23,172); }
td.TdClassName
{
border-color: #3C17AC;
}
.TagClassName
{
border-color: #3C17AC;
}
</style>