Shades of Blue Gem #3E329C
Tints of Blue Gem #3E329C
RGB
CMYK
RGB Variations
Color information
#3E329C (or 0x3E329C) is known color: Blue Gem. HEX triplet: 3E, 32 and 9C. RGB value is (62,50,156). Sum of RGB (Red+Green+Blue) = 62+50+156=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E329C is #C1CD63. Grayscale: #414141. Windows color (decimal): -12701028 or 10236478. OLE color: 10236478.
HSL color Cylindrical-coordinate representation of color #3E329C: hue angle of 246.79º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E329C is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 50 | 156 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.39 |
| HSL | 246.79º | 0.51% | 0.4% | - |
| HSV(B) | 246.79º | 0.68% | 0.61% | - |
| XYZ | 9.13 | 5.71 | 32.07 | - |
| YUV | 65.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 156 | 0.60 | 0.68 | 0 | 0.39 | 246.79 | 0.51 | 0.4 |
| Hex | 3E | 32 | 9C | 3C | 44 | 0 | 27 | F7 | 33 | 28 |
| Octal | 76 | 62 | 234 | 74 | 104 | 0 | 47 | 367 | 63 | 50 |
| Binary | 111110 | 110010 | 10011100 | 111100 | 1000100 | 0 | 100111 | 11110111 | 110011 | 101000 |
Color Harmonies of #3E329C
Complementary color
Monochromatic Colors of #3E329C
Black with #3E329C
Text Example
Text Example
White with #3E329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E329C; }
p { color: rgb(62,50,156); }
H1.HeaderClassName
{
color: #3E329C;
}
.AnyTagClassName
{
color: #3E329C;
}
</style>
background-color css
<style>
a { background-color: #3E329C; }
a { background-color: rgb(62,50,156); }
div.DivClassName
{
background-color: #3E329C;
}
.BgClassName
{
background-color: #3E329C;
}
</style>
border-color css
<style>
span { border-color: #3E329C; }
span { border-color: rgb(62,50,156); }
td.TdClassName
{
border-color: #3E329C;
}
.TagClassName
{
border-color: #3E329C;
}
</style>