Shades of Blue Gem #3C2DAC
Tints of Blue Gem #3C2DAC
RGB
CMYK
RGB Variations
Color information
#3C2DAC (or 0x3C2DAC) is known color: Blue Gem. HEX triplet: 3C, 2D and AC. RGB value is (60,45,172). Sum of RGB (Red+Green+Blue) = 60+45+172=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2DAC is #C3D253. Grayscale: #3F3F3F. Windows color (decimal): -12833364 or 11283772. OLE color: 11283772.
HSL color Cylindrical-coordinate representation of color #3C2DAC: hue angle of 247.09º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2DAC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 45 | 172 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.33 |
| HSL | 247.09º | 0.59% | 0.43% | - |
| HSV(B) | 247.09º | 0.74% | 0.67% | - |
| XYZ | 10.25 | 5.82 | 39.61 | - |
| YUV | 63.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 172 | 0.65 | 0.74 | 0 | 0.33 | 247.09 | 0.59 | 0.43 |
| Hex | 3C | 2D | AC | 41 | 4A | 0 | 21 | F7 | 3B | 2B |
| Octal | 74 | 55 | 254 | 101 | 112 | 0 | 41 | 367 | 73 | 53 |
| Binary | 111100 | 101101 | 10101100 | 1000001 | 1001010 | 0 | 100001 | 11110111 | 111011 | 101011 |
Color Harmonies of #3C2DAC
Complementary color
Monochromatic Colors of #3C2DAC
Black with #3C2DAC
Text Example
Text Example
White with #3C2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DAC; }
p { color: rgb(60,45,172); }
H1.HeaderClassName
{
color: #3C2DAC;
}
.AnyTagClassName
{
color: #3C2DAC;
}
</style>
background-color css
<style>
a { background-color: #3C2DAC; }
a { background-color: rgb(60,45,172); }
div.DivClassName
{
background-color: #3C2DAC;
}
.BgClassName
{
background-color: #3C2DAC;
}
</style>
border-color css
<style>
span { border-color: #3C2DAC; }
span { border-color: rgb(60,45,172); }
td.TdClassName
{
border-color: #3C2DAC;
}
.TagClassName
{
border-color: #3C2DAC;
}
</style>