Shades of Blue Gem #3F249A
Tints of Blue Gem #3F249A
RGB
CMYK
RGB Variations
Color information
#3F249A (or 0x3F249A) is known color: Blue Gem. HEX triplet: 3F, 24 and 9A. RGB value is (63,36,154). Sum of RGB (Red+Green+Blue) = 63+36+154=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F249A is #C0DB65. Grayscale: #393939. Windows color (decimal): -12639078 or 10101823. OLE color: 10101823.
HSL color Cylindrical-coordinate representation of color #3F249A: hue angle of 253.73º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F249A is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 36 | 154 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.40 |
| HSL | 253.73º | 0.62% | 0.37% | - |
| HSV(B) | 253.73º | 0.77% | 0.6% | - |
| XYZ | 8.51 | 4.65 | 31.02 | - |
| YUV | 57.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 154 | 0.59 | 0.77 | 0 | 0.40 | 253.73 | 0.62 | 0.37 |
| Hex | 3F | 24 | 9A | 3B | 4D | 0 | 28 | FE | 3E | 25 |
| Octal | 77 | 44 | 232 | 73 | 115 | 0 | 50 | 376 | 76 | 45 |
| Binary | 111111 | 100100 | 10011010 | 111011 | 1001101 | 0 | 101000 | 11111110 | 111110 | 100101 |
Color Harmonies of #3F249A
Complementary color
Monochromatic Colors of #3F249A
Black with #3F249A
Text Example
Text Example
White with #3F249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F249A; }
p { color: rgb(63,36,154); }
H1.HeaderClassName
{
color: #3F249A;
}
.AnyTagClassName
{
color: #3F249A;
}
</style>
background-color css
<style>
a { background-color: #3F249A; }
a { background-color: rgb(63,36,154); }
div.DivClassName
{
background-color: #3F249A;
}
.BgClassName
{
background-color: #3F249A;
}
</style>
border-color css
<style>
span { border-color: #3F249A; }
span { border-color: rgb(63,36,154); }
td.TdClassName
{
border-color: #3F249A;
}
.TagClassName
{
border-color: #3F249A;
}
</style>