Shades of Blue Gem #3C2B99
Tints of Blue Gem #3C2B99
RGB
CMYK
RGB Variations
Color information
#3C2B99 (or 0x3C2B99) is known color: Blue Gem. HEX triplet: 3C, 2B and 99. RGB value is (60,43,153). Sum of RGB (Red+Green+Blue) = 60+43+153=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C2B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2B99 is #C3D466. Grayscale: #3C3C3C. Windows color (decimal): -12833895 or 10038076. OLE color: 10038076.
HSL color Cylindrical-coordinate representation of color #3C2B99: hue angle of 249.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2B99 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 43 | 153 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.4 |
| HSL | 249.27º | 0.56% | 0.38% | - |
| HSV(B) | 249.27º | 0.72% | 0.6% | - |
| XYZ | 8.48 | 4.99 | 30.65 | - |
| YUV | 60.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 153 | 0.61 | 0.72 | 0 | 0.4 | 249.27 | 0.56 | 0.38 |
| Hex | 3C | 2B | 99 | 3D | 48 | 0 | 28 | F9 | 38 | 26 |
| Octal | 74 | 53 | 231 | 75 | 110 | 0 | 50 | 371 | 70 | 46 |
| Binary | 111100 | 101011 | 10011001 | 111101 | 1001000 | 0 | 101000 | 11111001 | 111000 | 100110 |
Color Harmonies of #3C2B99
Complementary color
Monochromatic Colors of #3C2B99
Black with #3C2B99
Text Example
Text Example
White with #3C2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B99; }
p { color: rgb(60,43,153); }
H1.HeaderClassName
{
color: #3C2B99;
}
.AnyTagClassName
{
color: #3C2B99;
}
</style>
background-color css
<style>
a { background-color: #3C2B99; }
a { background-color: rgb(60,43,153); }
div.DivClassName
{
background-color: #3C2B99;
}
.BgClassName
{
background-color: #3C2B99;
}
</style>
border-color css
<style>
span { border-color: #3C2B99; }
span { border-color: rgb(60,43,153); }
td.TdClassName
{
border-color: #3C2B99;
}
.TagClassName
{
border-color: #3C2B99;
}
</style>