Shades of Blue Gem #3C299F
Tints of Blue Gem #3C299F
RGB
CMYK
RGB Variations
Color information
#3C299F (or 0x3C299F) is known color: Blue Gem. HEX triplet: 3C, 29 and 9F. RGB value is (60,41,159). Sum of RGB (Red+Green+Blue) = 60+41+159=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C299F is #C3D660. Grayscale: #3B3B3B. Windows color (decimal): -12834401 or 10430780. OLE color: 10430780.
HSL color Cylindrical-coordinate representation of color #3C299F: hue angle of 249.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C299F is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 41 | 159 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.38 |
| HSL | 249.66º | 0.59% | 0.39% | - |
| HSV(B) | 249.66º | 0.74% | 0.62% | - |
| XYZ | 8.91 | 5.05 | 33.31 | - |
| YUV | 60.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 159 | 0.62 | 0.74 | 0 | 0.38 | 249.66 | 0.59 | 0.39 |
| Hex | 3C | 29 | 9F | 3E | 4A | 0 | 26 | FA | 3B | 27 |
| Octal | 74 | 51 | 237 | 76 | 112 | 0 | 46 | 372 | 73 | 47 |
| Binary | 111100 | 101001 | 10011111 | 111110 | 1001010 | 0 | 100110 | 11111010 | 111011 | 100111 |
Color Harmonies of #3C299F
Complementary color
Monochromatic Colors of #3C299F
Black with #3C299F
Text Example
Text Example
White with #3C299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C299F; }
p { color: rgb(60,41,159); }
H1.HeaderClassName
{
color: #3C299F;
}
.AnyTagClassName
{
color: #3C299F;
}
</style>
background-color css
<style>
a { background-color: #3C299F; }
a { background-color: rgb(60,41,159); }
div.DivClassName
{
background-color: #3C299F;
}
.BgClassName
{
background-color: #3C299F;
}
</style>
border-color css
<style>
span { border-color: #3C299F; }
span { border-color: rgb(60,41,159); }
td.TdClassName
{
border-color: #3C299F;
}
.TagClassName
{
border-color: #3C299F;
}
</style>