Shades of Blue Gem #3F2699
Tints of Blue Gem #3F2699
RGB
CMYK
RGB Variations
Color information
#3F2699 (or 0x3F2699) is known color: Blue Gem. HEX triplet: 3F, 26 and 99. RGB value is (63,38,153). Sum of RGB (Red+Green+Blue) = 63+38+153=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F2699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2699 is #C0D966. Grayscale: #3A3A3A. Windows color (decimal): -12638567 or 10036799. OLE color: 10036799.
HSL color Cylindrical-coordinate representation of color #3F2699: hue angle of 253.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2699 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 38 | 153 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.4 |
| HSL | 253.04º | 0.6% | 0.37% | - |
| HSV(B) | 253.04º | 0.75% | 0.6% | - |
| XYZ | 8.49 | 4.74 | 30.6 | - |
| YUV | 58.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 153 | 0.59 | 0.75 | 0 | 0.4 | 253.04 | 0.6 | 0.37 |
| Hex | 3F | 26 | 99 | 3B | 4B | 0 | 28 | FD | 3C | 25 |
| Octal | 77 | 46 | 231 | 73 | 113 | 0 | 50 | 375 | 74 | 45 |
| Binary | 111111 | 100110 | 10011001 | 111011 | 1001011 | 0 | 101000 | 11111101 | 111100 | 100101 |
Color Harmonies of #3F2699
Complementary color
Monochromatic Colors of #3F2699
Black with #3F2699
Text Example
Text Example
White with #3F2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2699; }
p { color: rgb(63,38,153); }
H1.HeaderClassName
{
color: #3F2699;
}
.AnyTagClassName
{
color: #3F2699;
}
</style>
background-color css
<style>
a { background-color: #3F2699; }
a { background-color: rgb(63,38,153); }
div.DivClassName
{
background-color: #3F2699;
}
.BgClassName
{
background-color: #3F2699;
}
</style>
border-color css
<style>
span { border-color: #3F2699; }
span { border-color: rgb(63,38,153); }
td.TdClassName
{
border-color: #3F2699;
}
.TagClassName
{
border-color: #3F2699;
}
</style>