Shades of Blue Gem #3C209A
Tints of Blue Gem #3C209A
RGB
CMYK
RGB Variations
Color information
#3C209A (or 0x3C209A) is known color: Blue Gem. HEX triplet: 3C, 20 and 9A. RGB value is (60,32,154). Sum of RGB (Red+Green+Blue) = 60+32+154=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C209A is #C3DF65. Grayscale: #353535. Windows color (decimal): -12836710 or 10100796. OLE color: 10100796.
HSL color Cylindrical-coordinate representation of color #3C209A: hue angle of 253.77º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C209A is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 32 | 154 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.40 |
| HSL | 253.77º | 0.66% | 0.36% | - |
| HSV(B) | 253.77º | 0.79% | 0.6% | - |
| XYZ | 8.21 | 4.33 | 30.97 | - |
| YUV | 54.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 154 | 0.61 | 0.79 | 0 | 0.40 | 253.77 | 0.66 | 0.36 |
| Hex | 3C | 20 | 9A | 3D | 4F | 0 | 28 | FE | 42 | 24 |
| Octal | 74 | 40 | 232 | 75 | 117 | 0 | 50 | 376 | 102 | 44 |
| Binary | 111100 | 100000 | 10011010 | 111101 | 1001111 | 0 | 101000 | 11111110 | 1000010 | 100100 |
Color Harmonies of #3C209A
Complementary color
Monochromatic Colors of #3C209A
Black with #3C209A
Text Example
Text Example
White with #3C209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C209A; }
p { color: rgb(60,32,154); }
H1.HeaderClassName
{
color: #3C209A;
}
.AnyTagClassName
{
color: #3C209A;
}
</style>
background-color css
<style>
a { background-color: #3C209A; }
a { background-color: rgb(60,32,154); }
div.DivClassName
{
background-color: #3C209A;
}
.BgClassName
{
background-color: #3C209A;
}
</style>
border-color css
<style>
span { border-color: #3C209A; }
span { border-color: rgb(60,32,154); }
td.TdClassName
{
border-color: #3C209A;
}
.TagClassName
{
border-color: #3C209A;
}
</style>