Shades of Blue Gem #3F2599
Tints of Blue Gem #3F2599
RGB
CMYK
RGB Variations
Color information
#3F2599 (or 0x3F2599) is known color: Blue Gem. HEX triplet: 3F, 25 and 99. RGB value is (63,37,153). Sum of RGB (Red+Green+Blue) = 63+37+153=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F2599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2599 is #C0DA66. Grayscale: #393939. Windows color (decimal): -12638823 or 10036543. OLE color: 10036543.
HSL color Cylindrical-coordinate representation of color #3F2599: hue angle of 253.45º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2599 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 37 | 153 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.4 |
| HSL | 253.45º | 0.61% | 0.37% | - |
| HSV(B) | 253.45º | 0.76% | 0.6% | - |
| XYZ | 8.46 | 4.68 | 30.59 | - |
| YUV | 58 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 153 | 0.59 | 0.76 | 0 | 0.4 | 253.45 | 0.61 | 0.37 |
| Hex | 3F | 25 | 99 | 3B | 4C | 0 | 28 | FD | 3D | 25 |
| Octal | 77 | 45 | 231 | 73 | 114 | 0 | 50 | 375 | 75 | 45 |
| Binary | 111111 | 100101 | 10011001 | 111011 | 1001100 | 0 | 101000 | 11111101 | 111101 | 100101 |
Color Harmonies of #3F2599
Complementary color
Monochromatic Colors of #3F2599
Black with #3F2599
Text Example
Text Example
White with #3F2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2599; }
p { color: rgb(63,37,153); }
H1.HeaderClassName
{
color: #3F2599;
}
.AnyTagClassName
{
color: #3F2599;
}
</style>
background-color css
<style>
a { background-color: #3F2599; }
a { background-color: rgb(63,37,153); }
div.DivClassName
{
background-color: #3F2599;
}
.BgClassName
{
background-color: #3F2599;
}
</style>
border-color css
<style>
span { border-color: #3F2599; }
span { border-color: rgb(63,37,153); }
td.TdClassName
{
border-color: #3F2599;
}
.TagClassName
{
border-color: #3F2599;
}
</style>