Shades of Blue Gem #3C299E
Tints of Blue Gem #3C299E
RGB
CMYK
RGB Variations
Color information
#3C299E (or 0x3C299E) is known color: Blue Gem. HEX triplet: 3C, 29 and 9E. RGB value is (60,41,158). Sum of RGB (Red+Green+Blue) = 60+41+158=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C299E is #C3D661. Grayscale: #3B3B3B. Windows color (decimal): -12834402 or 10365244. OLE color: 10365244.
HSL color Cylindrical-coordinate representation of color #3C299E: hue angle of 249.74º 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 #3C299E is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 41 | 158 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.38 |
| HSL | 249.74º | 0.59% | 0.39% | - |
| HSV(B) | 249.74º | 0.74% | 0.62% | - |
| XYZ | 8.83 | 5.02 | 32.85 | - |
| YUV | 60.02 | 183.29 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 158 | 0.62 | 0.74 | 0 | 0.38 | 249.74 | 0.59 | 0.39 |
| Hex | 3C | 29 | 9E | 3E | 4A | 0 | 26 | FA | 3B | 27 |
| Octal | 74 | 51 | 236 | 76 | 112 | 0 | 46 | 372 | 73 | 47 |
| Binary | 111100 | 101001 | 10011110 | 111110 | 1001010 | 0 | 100110 | 11111010 | 111011 | 100111 |
Color Harmonies of #3C299E
Complementary color
Monochromatic Colors of #3C299E
Black with #3C299E
Text Example
Text Example
White with #3C299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C299E; }
p { color: rgb(60,41,158); }
H1.HeaderClassName
{
color: #3C299E;
}
.AnyTagClassName
{
color: #3C299E;
}
</style>
background-color css
<style>
a { background-color: #3C299E; }
a { background-color: rgb(60,41,158); }
div.DivClassName
{
background-color: #3C299E;
}
.BgClassName
{
background-color: #3C299E;
}
</style>
border-color css
<style>
span { border-color: #3C299E; }
span { border-color: rgb(60,41,158); }
td.TdClassName
{
border-color: #3C299E;
}
.TagClassName
{
border-color: #3C299E;
}
</style>