Shades of Blue Gem #3F2799
Tints of Blue Gem #3F2799
RGB
CMYK
RGB Variations
Color information
#3F2799 (or 0x3F2799) is known color: Blue Gem. HEX triplet: 3F, 27 and 99. RGB value is (63,39,153). Sum of RGB (Red+Green+Blue) = 63+39+153=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F2799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2799 is #C0D866. Grayscale: #3A3A3A. Windows color (decimal): -12638311 or 10037055. OLE color: 10037055.
HSL color Cylindrical-coordinate representation of color #3F2799: hue angle of 252.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2799 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 39 | 153 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.4 |
| HSL | 252.63º | 0.59% | 0.38% | - |
| HSV(B) | 252.63º | 0.75% | 0.6% | - |
| XYZ | 8.53 | 4.81 | 30.62 | - |
| YUV | 59.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 153 | 0.59 | 0.75 | 0 | 0.4 | 252.63 | 0.59 | 0.38 |
| Hex | 3F | 27 | 99 | 3B | 4B | 0 | 28 | FD | 3B | 26 |
| Octal | 77 | 47 | 231 | 73 | 113 | 0 | 50 | 375 | 73 | 46 |
| Binary | 111111 | 100111 | 10011001 | 111011 | 1001011 | 0 | 101000 | 11111101 | 111011 | 100110 |
Color Harmonies of #3F2799
Complementary color
Monochromatic Colors of #3F2799
Black with #3F2799
Text Example
Text Example
White with #3F2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2799; }
p { color: rgb(63,39,153); }
H1.HeaderClassName
{
color: #3F2799;
}
.AnyTagClassName
{
color: #3F2799;
}
</style>
background-color css
<style>
a { background-color: #3F2799; }
a { background-color: rgb(63,39,153); }
div.DivClassName
{
background-color: #3F2799;
}
.BgClassName
{
background-color: #3F2799;
}
</style>
border-color css
<style>
span { border-color: #3F2799; }
span { border-color: rgb(63,39,153); }
td.TdClassName
{
border-color: #3F2799;
}
.TagClassName
{
border-color: #3F2799;
}
</style>