Shades of Blue Gem #3F329B
Tints of Blue Gem #3F329B
RGB
CMYK
RGB Variations
Color information
#3F329B (or 0x3F329B) is known color: Blue Gem. HEX triplet: 3F, 32 and 9B. RGB value is (63,50,155). Sum of RGB (Red+Green+Blue) = 63+50+155=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F329B is #C0CD64. Grayscale: #414141. Windows color (decimal): -12635493 or 10170943. OLE color: 10170943.
HSL color Cylindrical-coordinate representation of color #3F329B: hue angle of 247.43º 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 #3F329B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 50 | 155 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.39 |
| HSL | 247.43º | 0.51% | 0.4% | - |
| HSV(B) | 247.43º | 0.68% | 0.61% | - |
| XYZ | 9.11 | 5.7 | 31.63 | - |
| YUV | 65.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 155 | 0.59 | 0.68 | 0 | 0.39 | 247.43 | 0.51 | 0.4 |
| Hex | 3F | 32 | 9B | 3B | 44 | 0 | 27 | F7 | 33 | 28 |
| Octal | 77 | 62 | 233 | 73 | 104 | 0 | 47 | 367 | 63 | 50 |
| Binary | 111111 | 110010 | 10011011 | 111011 | 1000100 | 0 | 100111 | 11110111 | 110011 | 101000 |
Color Harmonies of #3F329B
Complementary color
Monochromatic Colors of #3F329B
Black with #3F329B
Text Example
Text Example
White with #3F329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F329B; }
p { color: rgb(63,50,155); }
H1.HeaderClassName
{
color: #3F329B;
}
.AnyTagClassName
{
color: #3F329B;
}
</style>
background-color css
<style>
a { background-color: #3F329B; }
a { background-color: rgb(63,50,155); }
div.DivClassName
{
background-color: #3F329B;
}
.BgClassName
{
background-color: #3F329B;
}
</style>
border-color css
<style>
span { border-color: #3F329B; }
span { border-color: rgb(63,50,155); }
td.TdClassName
{
border-color: #3F329B;
}
.TagClassName
{
border-color: #3F329B;
}
</style>