Shades of Blue Gem #3C22AC
Tints of Blue Gem #3C22AC
RGB
CMYK
RGB Variations
Color information
#3C22AC (or 0x3C22AC) is known color: Blue Gem. HEX triplet: 3C, 22 and AC. RGB value is (60,34,172). Sum of RGB (Red+Green+Blue) = 60+34+172=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C22AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C22AC is #C3DD53. Grayscale: #383838. Windows color (decimal): -12836180 or 11280956. OLE color: 11280956.
HSL color Cylindrical-coordinate representation of color #3C22AC: hue angle of 251.3º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C22AC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 34 | 172 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.33 |
| HSL | 251.3º | 0.67% | 0.4% | - |
| HSV(B) | 251.3º | 0.8% | 0.67% | - |
| XYZ | 9.88 | 5.08 | 39.49 | - |
| YUV | 57.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 172 | 0.65 | 0.80 | 0 | 0.33 | 251.3 | 0.67 | 0.4 |
| Hex | 3C | 22 | AC | 41 | 50 | 0 | 21 | FB | 43 | 28 |
| Octal | 74 | 42 | 254 | 101 | 120 | 0 | 41 | 373 | 103 | 50 |
| Binary | 111100 | 100010 | 10101100 | 1000001 | 1010000 | 0 | 100001 | 11111011 | 1000011 | 101000 |
Color Harmonies of #3C22AC
Complementary color
Monochromatic Colors of #3C22AC
Black with #3C22AC
Text Example
Text Example
White with #3C22AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C22AC; }
p { color: rgb(60,34,172); }
H1.HeaderClassName
{
color: #3C22AC;
}
.AnyTagClassName
{
color: #3C22AC;
}
</style>
background-color css
<style>
a { background-color: #3C22AC; }
a { background-color: rgb(60,34,172); }
div.DivClassName
{
background-color: #3C22AC;
}
.BgClassName
{
background-color: #3C22AC;
}
</style>
border-color css
<style>
span { border-color: #3C22AC; }
span { border-color: rgb(60,34,172); }
td.TdClassName
{
border-color: #3C22AC;
}
.TagClassName
{
border-color: #3C22AC;
}
</style>