Shades of Blue Gem #3F249E
Tints of Blue Gem #3F249E
RGB
CMYK
RGB Variations
Color information
#3F249E (or 0x3F249E) is known color: Blue Gem. HEX triplet: 3F, 24 and 9E. RGB value is (63,36,158). Sum of RGB (Red+Green+Blue) = 63+36+158=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F249E is #C0DB61. Grayscale: #393939. Windows color (decimal): -12639074 or 10363967. OLE color: 10363967.
HSL color Cylindrical-coordinate representation of color #3F249E: hue angle of 253.28º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F249E is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 36 | 158 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.38 |
| HSL | 253.28º | 0.63% | 0.38% | - |
| HSV(B) | 253.28º | 0.77% | 0.62% | - |
| XYZ | 8.85 | 4.79 | 32.81 | - |
| YUV | 57.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 158 | 0.60 | 0.77 | 0 | 0.38 | 253.28 | 0.63 | 0.38 |
| Hex | 3F | 24 | 9E | 3C | 4D | 0 | 26 | FD | 3F | 26 |
| Octal | 77 | 44 | 236 | 74 | 115 | 0 | 46 | 375 | 77 | 46 |
| Binary | 111111 | 100100 | 10011110 | 111100 | 1001101 | 0 | 100110 | 11111101 | 111111 | 100110 |
Color Harmonies of #3F249E
Complementary color
Monochromatic Colors of #3F249E
Black with #3F249E
Text Example
Text Example
White with #3F249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F249E; }
p { color: rgb(63,36,158); }
H1.HeaderClassName
{
color: #3F249E;
}
.AnyTagClassName
{
color: #3F249E;
}
</style>
background-color css
<style>
a { background-color: #3F249E; }
a { background-color: rgb(63,36,158); }
div.DivClassName
{
background-color: #3F249E;
}
.BgClassName
{
background-color: #3F249E;
}
</style>
border-color css
<style>
span { border-color: #3F249E; }
span { border-color: rgb(63,36,158); }
td.TdClassName
{
border-color: #3F249E;
}
.TagClassName
{
border-color: #3F249E;
}
</style>