Shades of Blue Gem #3F298B
Tints of Blue Gem #3F298B
RGB
CMYK
RGB Variations
Color information
#3F298B (or 0x3F298B) is known color: Blue Gem. HEX triplet: 3F, 29 and 8B. RGB value is (63,41,139). Sum of RGB (Red+Green+Blue) = 63+41+139=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F298B is #C0D674. Grayscale: #3A3A3A. Windows color (decimal): -12637813 or 9120063. OLE color: 9120063.
HSL color Cylindrical-coordinate representation of color #3F298B: hue angle of 253.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F298B is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 41 | 139 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.45 |
| HSL | 253.47º | 0.54% | 0.35% | - |
| HSV(B) | 253.47º | 0.71% | 0.55% | - |
| XYZ | 7.5 | 4.51 | 24.9 | - |
| YUV | 58.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 139 | 0.55 | 0.71 | 0 | 0.45 | 253.47 | 0.54 | 0.35 |
| Hex | 3F | 29 | 8B | 37 | 47 | 0 | 2D | FD | 36 | 23 |
| Octal | 77 | 51 | 213 | 67 | 107 | 0 | 55 | 375 | 66 | 43 |
| Binary | 111111 | 101001 | 10001011 | 110111 | 1000111 | 0 | 101101 | 11111101 | 110110 | 100011 |
Color Harmonies of #3F298B
Complementary color
Monochromatic Colors of #3F298B
Black with #3F298B
Text Example
Text Example
White with #3F298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F298B; }
p { color: rgb(63,41,139); }
H1.HeaderClassName
{
color: #3F298B;
}
.AnyTagClassName
{
color: #3F298B;
}
</style>
background-color css
<style>
a { background-color: #3F298B; }
a { background-color: rgb(63,41,139); }
div.DivClassName
{
background-color: #3F298B;
}
.BgClassName
{
background-color: #3F298B;
}
</style>
border-color css
<style>
span { border-color: #3F298B; }
span { border-color: rgb(63,41,139); }
td.TdClassName
{
border-color: #3F298B;
}
.TagClassName
{
border-color: #3F298B;
}
</style>