Shades of Blue Gem #3C2999
Tints of Blue Gem #3C2999
RGB
CMYK
RGB Variations
Color information
#3C2999 (or 0x3C2999) is known color: Blue Gem. HEX triplet: 3C, 29 and 99. RGB value is (60,41,153). Sum of RGB (Red+Green+Blue) = 60+41+153=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2999 is #C3D666. Grayscale: #3B3B3B. Windows color (decimal): -12834407 or 10037564. OLE color: 10037564.
HSL color Cylindrical-coordinate representation of color #3C2999: hue angle of 250.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2999 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 41 | 153 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.4 |
| HSL | 250.18º | 0.58% | 0.38% | - |
| HSV(B) | 250.18º | 0.73% | 0.6% | - |
| XYZ | 8.41 | 4.85 | 30.63 | - |
| YUV | 59.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 153 | 0.61 | 0.73 | 0 | 0.4 | 250.18 | 0.58 | 0.38 |
| Hex | 3C | 29 | 99 | 3D | 49 | 0 | 28 | FA | 3A | 26 |
| Octal | 74 | 51 | 231 | 75 | 111 | 0 | 50 | 372 | 72 | 46 |
| Binary | 111100 | 101001 | 10011001 | 111101 | 1001001 | 0 | 101000 | 11111010 | 111010 | 100110 |
Color Harmonies of #3C2999
Complementary color
Monochromatic Colors of #3C2999
Black with #3C2999
Text Example
Text Example
White with #3C2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2999; }
p { color: rgb(60,41,153); }
H1.HeaderClassName
{
color: #3C2999;
}
.AnyTagClassName
{
color: #3C2999;
}
</style>
background-color css
<style>
a { background-color: #3C2999; }
a { background-color: rgb(60,41,153); }
div.DivClassName
{
background-color: #3C2999;
}
.BgClassName
{
background-color: #3C2999;
}
</style>
border-color css
<style>
span { border-color: #3C2999; }
span { border-color: rgb(60,41,153); }
td.TdClassName
{
border-color: #3C2999;
}
.TagClassName
{
border-color: #3C2999;
}
</style>