Shades of Blue Gem #3C209D
Tints of Blue Gem #3C209D
RGB
CMYK
RGB Variations
Color information
#3C209D (or 0x3C209D) is known color: Blue Gem. HEX triplet: 3C, 20 and 9D. RGB value is (60,32,157). Sum of RGB (Red+Green+Blue) = 60+32+157=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C209D is #C3DF62. Grayscale: #363636. Windows color (decimal): -12836707 or 10297404. OLE color: 10297404.
HSL color Cylindrical-coordinate representation of color #3C209D: hue angle of 253.44º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C209D is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 32 | 157 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.38 |
| HSL | 253.44º | 0.66% | 0.37% | - |
| HSV(B) | 253.44º | 0.8% | 0.62% | - |
| XYZ | 8.47 | 4.43 | 32.31 | - |
| YUV | 54.62 | 185.78 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 157 | 0.62 | 0.80 | 0 | 0.38 | 253.44 | 0.66 | 0.37 |
| Hex | 3C | 20 | 9D | 3E | 50 | 0 | 26 | FD | 42 | 25 |
| Octal | 74 | 40 | 235 | 76 | 120 | 0 | 46 | 375 | 102 | 45 |
| Binary | 111100 | 100000 | 10011101 | 111110 | 1010000 | 0 | 100110 | 11111101 | 1000010 | 100101 |
Color Harmonies of #3C209D
Complementary color
Monochromatic Colors of #3C209D
Black with #3C209D
Text Example
Text Example
White with #3C209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C209D; }
p { color: rgb(60,32,157); }
H1.HeaderClassName
{
color: #3C209D;
}
.AnyTagClassName
{
color: #3C209D;
}
</style>
background-color css
<style>
a { background-color: #3C209D; }
a { background-color: rgb(60,32,157); }
div.DivClassName
{
background-color: #3C209D;
}
.BgClassName
{
background-color: #3C209D;
}
</style>
border-color css
<style>
span { border-color: #3C209D; }
span { border-color: rgb(60,32,157); }
td.TdClassName
{
border-color: #3C209D;
}
.TagClassName
{
border-color: #3C209D;
}
</style>