Shades of Blue Gem #3F329F
Tints of Blue Gem #3F329F
RGB
CMYK
RGB Variations
Color information
#3F329F (or 0x3F329F) is known color: Blue Gem. HEX triplet: 3F, 32 and 9F. RGB value is (63,50,159). Sum of RGB (Red+Green+Blue) = 63+50+159=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F329F is #C0CD60. Grayscale: #414141. Windows color (decimal): -12635489 or 10433087. OLE color: 10433087.
HSL color Cylindrical-coordinate representation of color #3F329F: hue angle of 247.16º 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 #3F329F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 50 | 159 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.38 |
| HSL | 247.16º | 0.52% | 0.41% | - |
| HSV(B) | 247.16º | 0.69% | 0.62% | - |
| XYZ | 9.45 | 5.84 | 33.43 | - |
| YUV | 66.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 159 | 0.60 | 0.69 | 0 | 0.38 | 247.16 | 0.52 | 0.41 |
| Hex | 3F | 32 | 9F | 3C | 45 | 0 | 26 | F7 | 34 | 29 |
| Octal | 77 | 62 | 237 | 74 | 105 | 0 | 46 | 367 | 64 | 51 |
| Binary | 111111 | 110010 | 10011111 | 111100 | 1000101 | 0 | 100110 | 11110111 | 110100 | 101001 |
Color Harmonies of #3F329F
Complementary color
Monochromatic Colors of #3F329F
Black with #3F329F
Text Example
Text Example
White with #3F329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F329F; }
p { color: rgb(63,50,159); }
H1.HeaderClassName
{
color: #3F329F;
}
.AnyTagClassName
{
color: #3F329F;
}
</style>
background-color css
<style>
a { background-color: #3F329F; }
a { background-color: rgb(63,50,159); }
div.DivClassName
{
background-color: #3F329F;
}
.BgClassName
{
background-color: #3F329F;
}
</style>
border-color css
<style>
span { border-color: #3F329F; }
span { border-color: rgb(63,50,159); }
td.TdClassName
{
border-color: #3F329F;
}
.TagClassName
{
border-color: #3F329F;
}
</style>