Shades of Blue Gem #3C2A9A
Tints of Blue Gem #3C2A9A
RGB
CMYK
RGB Variations
Color information
#3C2A9A (or 0x3C2A9A) is known color: Blue Gem. HEX triplet: 3C, 2A and 9A. RGB value is (60,42,154). Sum of RGB (Red+Green+Blue) = 60+42+154=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C2A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2A9A is #C3D565. Grayscale: #3B3B3B. Windows color (decimal): -12834150 or 10103356. OLE color: 10103356.
HSL color Cylindrical-coordinate representation of color #3C2A9A: hue angle of 249.64º degrees, saturation: 0.57, 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 #3C2A9A is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 42 | 154 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.40 |
| HSL | 249.64º | 0.57% | 0.38% | - |
| HSV(B) | 249.64º | 0.73% | 0.6% | - |
| XYZ | 8.52 | 4.95 | 31.08 | - |
| YUV | 60.15 | 180.96 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 154 | 0.61 | 0.73 | 0 | 0.40 | 249.64 | 0.57 | 0.38 |
| Hex | 3C | 2A | 9A | 3D | 49 | 0 | 28 | FA | 39 | 26 |
| Octal | 74 | 52 | 232 | 75 | 111 | 0 | 50 | 372 | 71 | 46 |
| Binary | 111100 | 101010 | 10011010 | 111101 | 1001001 | 0 | 101000 | 11111010 | 111001 | 100110 |
Color Harmonies of #3C2A9A
Complementary color
Monochromatic Colors of #3C2A9A
Black with #3C2A9A
Text Example
Text Example
White with #3C2A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A9A; }
p { color: rgb(60,42,154); }
H1.HeaderClassName
{
color: #3C2A9A;
}
.AnyTagClassName
{
color: #3C2A9A;
}
</style>
background-color css
<style>
a { background-color: #3C2A9A; }
a { background-color: rgb(60,42,154); }
div.DivClassName
{
background-color: #3C2A9A;
}
.BgClassName
{
background-color: #3C2A9A;
}
</style>
border-color css
<style>
span { border-color: #3C2A9A; }
span { border-color: rgb(60,42,154); }
td.TdClassName
{
border-color: #3C2A9A;
}
.TagClassName
{
border-color: #3C2A9A;
}
</style>