Shades of Blue Gem #3C2EAD
Tints of Blue Gem #3C2EAD
RGB
CMYK
RGB Variations
Color information
#3C2EAD (or 0x3C2EAD) is known color: Blue Gem. HEX triplet: 3C, 2E and AD. RGB value is (60,46,173). Sum of RGB (Red+Green+Blue) = 60+46+173=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C2EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2EAD is #C3D152. Grayscale: #404040. Windows color (decimal): -12833107 or 11349564. OLE color: 11349564.
HSL color Cylindrical-coordinate representation of color #3C2EAD: hue angle of 246.61º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2EAD is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 46 | 173 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.32 |
| HSL | 246.61º | 0.58% | 0.43% | - |
| HSV(B) | 246.61º | 0.73% | 0.68% | - |
| XYZ | 10.38 | 5.93 | 40.13 | - |
| YUV | 64.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 173 | 0.65 | 0.73 | 0 | 0.32 | 246.61 | 0.58 | 0.43 |
| Hex | 3C | 2E | AD | 41 | 49 | 0 | 20 | F7 | 3A | 2B |
| Octal | 74 | 56 | 255 | 101 | 111 | 0 | 40 | 367 | 72 | 53 |
| Binary | 111100 | 101110 | 10101101 | 1000001 | 1001001 | 0 | 100000 | 11110111 | 111010 | 101011 |
Color Harmonies of #3C2EAD
Complementary color
Monochromatic Colors of #3C2EAD
Black with #3C2EAD
Text Example
Text Example
White with #3C2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EAD; }
p { color: rgb(60,46,173); }
H1.HeaderClassName
{
color: #3C2EAD;
}
.AnyTagClassName
{
color: #3C2EAD;
}
</style>
background-color css
<style>
a { background-color: #3C2EAD; }
a { background-color: rgb(60,46,173); }
div.DivClassName
{
background-color: #3C2EAD;
}
.BgClassName
{
background-color: #3C2EAD;
}
</style>
border-color css
<style>
span { border-color: #3C2EAD; }
span { border-color: rgb(60,46,173); }
td.TdClassName
{
border-color: #3C2EAD;
}
.TagClassName
{
border-color: #3C2EAD;
}
</style>