Shades of Blue Gem #3C329E
Tints of Blue Gem #3C329E
RGB
CMYK
RGB Variations
Color information
#3C329E (or 0x3C329E) is known color: Blue Gem. HEX triplet: 3C, 32 and 9E. RGB value is (60,50,158). Sum of RGB (Red+Green+Blue) = 60+50+158=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C329E is #C3CD61. Grayscale: #404040. Windows color (decimal): -12832098 or 10367548. OLE color: 10367548.
HSL color Cylindrical-coordinate representation of color #3C329E: hue angle of 245.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C329E is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 50 | 158 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.38 |
| HSL | 245.56º | 0.52% | 0.41% | - |
| HSV(B) | 245.56º | 0.68% | 0.62% | - |
| XYZ | 9.18 | 5.71 | 32.97 | - |
| YUV | 65.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 158 | 0.62 | 0.68 | 0 | 0.38 | 245.56 | 0.52 | 0.41 |
| Hex | 3C | 32 | 9E | 3E | 44 | 0 | 26 | F6 | 34 | 29 |
| Octal | 74 | 62 | 236 | 76 | 104 | 0 | 46 | 366 | 64 | 51 |
| Binary | 111100 | 110010 | 10011110 | 111110 | 1000100 | 0 | 100110 | 11110110 | 110100 | 101001 |
Color Harmonies of #3C329E
Complementary color
Monochromatic Colors of #3C329E
Black with #3C329E
Text Example
Text Example
White with #3C329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C329E; }
p { color: rgb(60,50,158); }
H1.HeaderClassName
{
color: #3C329E;
}
.AnyTagClassName
{
color: #3C329E;
}
</style>
background-color css
<style>
a { background-color: #3C329E; }
a { background-color: rgb(60,50,158); }
div.DivClassName
{
background-color: #3C329E;
}
.BgClassName
{
background-color: #3C329E;
}
</style>
border-color css
<style>
span { border-color: #3C329E; }
span { border-color: rgb(60,50,158); }
td.TdClassName
{
border-color: #3C329E;
}
.TagClassName
{
border-color: #3C329E;
}
</style>