Shades of Blue Gem #3F2891
Tints of Blue Gem #3F2891
RGB
CMYK
RGB Variations
Color information
#3F2891 (or 0x3F2891) is known color: Blue Gem. HEX triplet: 3F, 28 and 91. RGB value is (63,40,145). Sum of RGB (Red+Green+Blue) = 63+40+145=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F2891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2891 is #C0D76E. Grayscale: #3A3A3A. Windows color (decimal): -12638063 or 9513023. OLE color: 9513023.
HSL color Cylindrical-coordinate representation of color #3F2891: hue angle of 253.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2891 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 40 | 145 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.43 |
| HSL | 253.14º | 0.57% | 0.36% | - |
| HSV(B) | 253.14º | 0.72% | 0.57% | - |
| XYZ | 7.92 | 4.62 | 27.26 | - |
| YUV | 58.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 145 | 0.57 | 0.72 | 0 | 0.43 | 253.14 | 0.57 | 0.36 |
| Hex | 3F | 28 | 91 | 39 | 48 | 0 | 2B | FD | 39 | 24 |
| Octal | 77 | 50 | 221 | 71 | 110 | 0 | 53 | 375 | 71 | 44 |
| Binary | 111111 | 101000 | 10010001 | 111001 | 1001000 | 0 | 101011 | 11111101 | 111001 | 100100 |
Color Harmonies of #3F2891
Complementary color
Monochromatic Colors of #3F2891
Black with #3F2891
Text Example
Text Example
White with #3F2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2891; }
p { color: rgb(63,40,145); }
H1.HeaderClassName
{
color: #3F2891;
}
.AnyTagClassName
{
color: #3F2891;
}
</style>
background-color css
<style>
a { background-color: #3F2891; }
a { background-color: rgb(63,40,145); }
div.DivClassName
{
background-color: #3F2891;
}
.BgClassName
{
background-color: #3F2891;
}
</style>
border-color css
<style>
span { border-color: #3F2891; }
span { border-color: rgb(63,40,145); }
td.TdClassName
{
border-color: #3F2891;
}
.TagClassName
{
border-color: #3F2891;
}
</style>