Shades of Blue Gem #3C20A6
Tints of Blue Gem #3C20A6
RGB
CMYK
RGB Variations
Color information
#3C20A6 (or 0x3C20A6) is known color: Blue Gem. HEX triplet: 3C, 20 and A6. RGB value is (60,32,166). Sum of RGB (Red+Green+Blue) = 60+32+166=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #3C20A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C20A6 is #C3DF59. Grayscale: #373737. Windows color (decimal): -12836698 or 10887228. OLE color: 10887228.
HSL color Cylindrical-coordinate representation of color #3C20A6: hue angle of 252.54º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C20A6 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 32 | 166 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.35 |
| HSL | 252.54º | 0.68% | 0.39% | - |
| HSV(B) | 252.54º | 0.81% | 0.65% | - |
| XYZ | 9.26 | 4.75 | 36.5 | - |
| YUV | 55.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 166 | 0.64 | 0.81 | 0 | 0.35 | 252.54 | 0.68 | 0.39 |
| Hex | 3C | 20 | A6 | 40 | 51 | 0 | 23 | FD | 44 | 27 |
| Octal | 74 | 40 | 246 | 100 | 121 | 0 | 43 | 375 | 104 | 47 |
| Binary | 111100 | 100000 | 10100110 | 1000000 | 1010001 | 0 | 100011 | 11111101 | 1000100 | 100111 |
Color Harmonies of #3C20A6
Complementary color
Monochromatic Colors of #3C20A6
Black with #3C20A6
Text Example
Text Example
White with #3C20A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20A6; }
p { color: rgb(60,32,166); }
H1.HeaderClassName
{
color: #3C20A6;
}
.AnyTagClassName
{
color: #3C20A6;
}
</style>
background-color css
<style>
a { background-color: #3C20A6; }
a { background-color: rgb(60,32,166); }
div.DivClassName
{
background-color: #3C20A6;
}
.BgClassName
{
background-color: #3C20A6;
}
</style>
border-color css
<style>
span { border-color: #3C20A6; }
span { border-color: rgb(60,32,166); }
td.TdClassName
{
border-color: #3C20A6;
}
.TagClassName
{
border-color: #3C20A6;
}
</style>