Shades of Blue Gem #3C329F
Tints of Blue Gem #3C329F
RGB
CMYK
RGB Variations
Color information
#3C329F (or 0x3C329F) is known color: Blue Gem. HEX triplet: 3C, 32 and 9F. RGB value is (60,50,159). Sum of RGB (Red+Green+Blue) = 60+50+159=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C329F is #C3CD60. Grayscale: #404040. Windows color (decimal): -12832097 or 10433084. OLE color: 10433084.
HSL color Cylindrical-coordinate representation of color #3C329F: hue angle of 245.5º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C329F is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 50 | 159 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.38 |
| HSL | 245.5º | 0.52% | 0.41% | - |
| HSV(B) | 245.5º | 0.69% | 0.62% | - |
| XYZ | 9.26 | 5.75 | 33.42 | - |
| YUV | 65.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 159 | 0.62 | 0.69 | 0 | 0.38 | 245.5 | 0.52 | 0.41 |
| Hex | 3C | 32 | 9F | 3E | 45 | 0 | 26 | F6 | 34 | 29 |
| Octal | 74 | 62 | 237 | 76 | 105 | 0 | 46 | 366 | 64 | 51 |
| Binary | 111100 | 110010 | 10011111 | 111110 | 1000101 | 0 | 100110 | 11110110 | 110100 | 101001 |
Color Harmonies of #3C329F
Complementary color
Monochromatic Colors of #3C329F
Black with #3C329F
Text Example
Text Example
White with #3C329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C329F; }
p { color: rgb(60,50,159); }
H1.HeaderClassName
{
color: #3C329F;
}
.AnyTagClassName
{
color: #3C329F;
}
</style>
background-color css
<style>
a { background-color: #3C329F; }
a { background-color: rgb(60,50,159); }
div.DivClassName
{
background-color: #3C329F;
}
.BgClassName
{
background-color: #3C329F;
}
</style>
border-color css
<style>
span { border-color: #3C329F; }
span { border-color: rgb(60,50,159); }
td.TdClassName
{
border-color: #3C329F;
}
.TagClassName
{
border-color: #3C329F;
}
</style>