Shades of Blue Gem #3C23AC
Tints of Blue Gem #3C23AC
RGB
CMYK
RGB Variations
Color information
#3C23AC (or 0x3C23AC) is known color: Blue Gem. HEX triplet: 3C, 23 and AC. RGB value is (60,35,172). Sum of RGB (Red+Green+Blue) = 60+35+172=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C23AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C23AC is #C3DC53. Grayscale: #393939. Windows color (decimal): -12835924 or 11281212. OLE color: 11281212.
HSL color Cylindrical-coordinate representation of color #3C23AC: hue angle of 250.95º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C23AC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 35 | 172 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.33 |
| HSL | 250.95º | 0.66% | 0.41% | - |
| HSV(B) | 250.95º | 0.8% | 0.67% | - |
| XYZ | 9.91 | 5.14 | 39.5 | - |
| YUV | 58.09 | 192.28 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 172 | 0.65 | 0.80 | 0 | 0.33 | 250.95 | 0.66 | 0.41 |
| Hex | 3C | 23 | AC | 41 | 50 | 0 | 21 | FB | 42 | 29 |
| Octal | 74 | 43 | 254 | 101 | 120 | 0 | 41 | 373 | 102 | 51 |
| Binary | 111100 | 100011 | 10101100 | 1000001 | 1010000 | 0 | 100001 | 11111011 | 1000010 | 101001 |
Color Harmonies of #3C23AC
Complementary color
Monochromatic Colors of #3C23AC
Black with #3C23AC
Text Example
Text Example
White with #3C23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C23AC; }
p { color: rgb(60,35,172); }
H1.HeaderClassName
{
color: #3C23AC;
}
.AnyTagClassName
{
color: #3C23AC;
}
</style>
background-color css
<style>
a { background-color: #3C23AC; }
a { background-color: rgb(60,35,172); }
div.DivClassName
{
background-color: #3C23AC;
}
.BgClassName
{
background-color: #3C23AC;
}
</style>
border-color css
<style>
span { border-color: #3C23AC; }
span { border-color: rgb(60,35,172); }
td.TdClassName
{
border-color: #3C23AC;
}
.TagClassName
{
border-color: #3C23AC;
}
</style>