Shades of Blue Gem #3C21AB
Tints of Blue Gem #3C21AB
RGB
CMYK
RGB Variations
Color information
#3C21AB (or 0x3C21AB) is known color: Blue Gem. HEX triplet: 3C, 21 and AB. RGB value is (60,33,171). Sum of RGB (Red+Green+Blue) = 60+33+171=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C21AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C21AB is #C3DE54. Grayscale: #383838. Windows color (decimal): -12836437 or 11215164. OLE color: 11215164.
HSL color Cylindrical-coordinate representation of color #3C21AB: hue angle of 251.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C21AB is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 33 | 171 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.33 |
| HSL | 251.74º | 0.68% | 0.4% | - |
| HSV(B) | 251.74º | 0.81% | 0.67% | - |
| XYZ | 9.76 | 4.99 | 38.98 | - |
| YUV | 56.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 171 | 0.65 | 0.81 | 0 | 0.33 | 251.74 | 0.68 | 0.4 |
| Hex | 3C | 21 | AB | 41 | 51 | 0 | 21 | FC | 44 | 28 |
| Octal | 74 | 41 | 253 | 101 | 121 | 0 | 41 | 374 | 104 | 50 |
| Binary | 111100 | 100001 | 10101011 | 1000001 | 1010001 | 0 | 100001 | 11111100 | 1000100 | 101000 |
Color Harmonies of #3C21AB
Complementary color
Monochromatic Colors of #3C21AB
Black with #3C21AB
Text Example
Text Example
White with #3C21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C21AB; }
p { color: rgb(60,33,171); }
H1.HeaderClassName
{
color: #3C21AB;
}
.AnyTagClassName
{
color: #3C21AB;
}
</style>
background-color css
<style>
a { background-color: #3C21AB; }
a { background-color: rgb(60,33,171); }
div.DivClassName
{
background-color: #3C21AB;
}
.BgClassName
{
background-color: #3C21AB;
}
</style>
border-color css
<style>
span { border-color: #3C21AB; }
span { border-color: rgb(60,33,171); }
td.TdClassName
{
border-color: #3C21AB;
}
.TagClassName
{
border-color: #3C21AB;
}
</style>