Shades of Blue Gem #3F289F
Tints of Blue Gem #3F289F
RGB
CMYK
RGB Variations
Color information
#3F289F (or 0x3F289F) is known color: Blue Gem. HEX triplet: 3F, 28 and 9F. RGB value is (63,40,159). Sum of RGB (Red+Green+Blue) = 63+40+159=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F289F is #C0D760. Grayscale: #3B3B3B. Windows color (decimal): -12638049 or 10430527. OLE color: 10430527.
HSL color Cylindrical-coordinate representation of color #3F289F: hue angle of 251.6º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F289F is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 40 | 159 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.38 |
| HSL | 251.6º | 0.6% | 0.39% | - |
| HSV(B) | 251.6º | 0.75% | 0.62% | - |
| XYZ | 9.07 | 5.08 | 33.3 | - |
| YUV | 60.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 159 | 0.60 | 0.75 | 0 | 0.38 | 251.6 | 0.6 | 0.39 |
| Hex | 3F | 28 | 9F | 3C | 4B | 0 | 26 | FC | 3C | 27 |
| Octal | 77 | 50 | 237 | 74 | 113 | 0 | 46 | 374 | 74 | 47 |
| Binary | 111111 | 101000 | 10011111 | 111100 | 1001011 | 0 | 100110 | 11111100 | 111100 | 100111 |
Color Harmonies of #3F289F
Complementary color
Monochromatic Colors of #3F289F
Black with #3F289F
Text Example
Text Example
White with #3F289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F289F; }
p { color: rgb(63,40,159); }
H1.HeaderClassName
{
color: #3F289F;
}
.AnyTagClassName
{
color: #3F289F;
}
</style>
background-color css
<style>
a { background-color: #3F289F; }
a { background-color: rgb(63,40,159); }
div.DivClassName
{
background-color: #3F289F;
}
.BgClassName
{
background-color: #3F289F;
}
</style>
border-color css
<style>
span { border-color: #3F289F; }
span { border-color: rgb(63,40,159); }
td.TdClassName
{
border-color: #3F289F;
}
.TagClassName
{
border-color: #3F289F;
}
</style>