Shades of Blue Gem #3F329D
Tints of Blue Gem #3F329D
RGB
CMYK
RGB Variations
Color information
#3F329D (or 0x3F329D) is known color: Blue Gem. HEX triplet: 3F, 32 and 9D. RGB value is (63,50,157). Sum of RGB (Red+Green+Blue) = 63+50+157=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F329D is #C0CD62. Grayscale: #414141. Windows color (decimal): -12635491 or 10302015. OLE color: 10302015.
HSL color Cylindrical-coordinate representation of color #3F329D: hue angle of 247.29º 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 #3F329D is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 50 | 157 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.38 |
| HSL | 247.29º | 0.52% | 0.41% | - |
| HSV(B) | 247.29º | 0.68% | 0.62% | - |
| XYZ | 9.28 | 5.77 | 32.52 | - |
| YUV | 66.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 157 | 0.60 | 0.68 | 0 | 0.38 | 247.29 | 0.52 | 0.41 |
| Hex | 3F | 32 | 9D | 3C | 44 | 0 | 26 | F7 | 34 | 29 |
| Octal | 77 | 62 | 235 | 74 | 104 | 0 | 46 | 367 | 64 | 51 |
| Binary | 111111 | 110010 | 10011101 | 111100 | 1000100 | 0 | 100110 | 11110111 | 110100 | 101001 |
Color Harmonies of #3F329D
Complementary color
Monochromatic Colors of #3F329D
Black with #3F329D
Text Example
Text Example
White with #3F329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F329D; }
p { color: rgb(63,50,157); }
H1.HeaderClassName
{
color: #3F329D;
}
.AnyTagClassName
{
color: #3F329D;
}
</style>
background-color css
<style>
a { background-color: #3F329D; }
a { background-color: rgb(63,50,157); }
div.DivClassName
{
background-color: #3F329D;
}
.BgClassName
{
background-color: #3F329D;
}
</style>
border-color css
<style>
span { border-color: #3F329D; }
span { border-color: rgb(63,50,157); }
td.TdClassName
{
border-color: #3F329D;
}
.TagClassName
{
border-color: #3F329D;
}
</style>