Shades of Blue Gem #3C299A
Tints of Blue Gem #3C299A
RGB
CMYK
RGB Variations
Color information
#3C299A (or 0x3C299A) is known color: Blue Gem. HEX triplet: 3C, 29 and 9A. RGB value is (60,41,154). Sum of RGB (Red+Green+Blue) = 60+41+154=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C299A is #C3D665. Grayscale: #3B3B3B. Windows color (decimal): -12834406 or 10103100. OLE color: 10103100.
HSL color Cylindrical-coordinate representation of color #3C299A: hue angle of 250.09º 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 #3C299A is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 41 | 154 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.40 |
| HSL | 250.09º | 0.58% | 0.38% | - |
| HSV(B) | 250.09º | 0.73% | 0.6% | - |
| XYZ | 8.49 | 4.88 | 31.07 | - |
| YUV | 59.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 154 | 0.61 | 0.73 | 0 | 0.40 | 250.09 | 0.58 | 0.38 |
| Hex | 3C | 29 | 9A | 3D | 49 | 0 | 28 | FA | 3A | 26 |
| Octal | 74 | 51 | 232 | 75 | 111 | 0 | 50 | 372 | 72 | 46 |
| Binary | 111100 | 101001 | 10011010 | 111101 | 1001001 | 0 | 101000 | 11111010 | 111010 | 100110 |
Color Harmonies of #3C299A
Complementary color
Monochromatic Colors of #3C299A
Black with #3C299A
Text Example
Text Example
White with #3C299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C299A; }
p { color: rgb(60,41,154); }
H1.HeaderClassName
{
color: #3C299A;
}
.AnyTagClassName
{
color: #3C299A;
}
</style>
background-color css
<style>
a { background-color: #3C299A; }
a { background-color: rgb(60,41,154); }
div.DivClassName
{
background-color: #3C299A;
}
.BgClassName
{
background-color: #3C299A;
}
</style>
border-color css
<style>
span { border-color: #3C299A; }
span { border-color: rgb(60,41,154); }
td.TdClassName
{
border-color: #3C299A;
}
.TagClassName
{
border-color: #3C299A;
}
</style>