Shades of Blue Gem #3C2995
Tints of Blue Gem #3C2995
RGB
CMYK
RGB Variations
Color information
#3C2995 (or 0x3C2995) is known color: Blue Gem. HEX triplet: 3C, 29 and 95. RGB value is (60,41,149). Sum of RGB (Red+Green+Blue) = 60+41+149=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C2995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2995 is #C3D66A. Grayscale: #3A3A3A. Windows color (decimal): -12834411 or 9775420. OLE color: 9775420.
HSL color Cylindrical-coordinate representation of color #3C2995: hue angle of 250.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2995 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 41 | 149 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.42 |
| HSL | 250.56º | 0.57% | 0.37% | - |
| HSV(B) | 250.56º | 0.72% | 0.58% | - |
| XYZ | 8.08 | 4.72 | 28.92 | - |
| YUV | 58.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 149 | 0.60 | 0.72 | 0 | 0.42 | 250.56 | 0.57 | 0.37 |
| Hex | 3C | 29 | 95 | 3C | 48 | 0 | 2A | FB | 39 | 25 |
| Octal | 74 | 51 | 225 | 74 | 110 | 0 | 52 | 373 | 71 | 45 |
| Binary | 111100 | 101001 | 10010101 | 111100 | 1001000 | 0 | 101010 | 11111011 | 111001 | 100101 |
Color Harmonies of #3C2995
Complementary color
Monochromatic Colors of #3C2995
Black with #3C2995
Text Example
Text Example
White with #3C2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2995; }
p { color: rgb(60,41,149); }
H1.HeaderClassName
{
color: #3C2995;
}
.AnyTagClassName
{
color: #3C2995;
}
</style>
background-color css
<style>
a { background-color: #3C2995; }
a { background-color: rgb(60,41,149); }
div.DivClassName
{
background-color: #3C2995;
}
.BgClassName
{
background-color: #3C2995;
}
</style>
border-color css
<style>
span { border-color: #3C2995; }
span { border-color: rgb(60,41,149); }
td.TdClassName
{
border-color: #3C2995;
}
.TagClassName
{
border-color: #3C2995;
}
</style>