Shades of Blue Gem #3F2898
Tints of Blue Gem #3F2898
RGB
CMYK
RGB Variations
Color information
#3F2898 (or 0x3F2898) is known color: Blue Gem. HEX triplet: 3F, 28 and 98. RGB value is (63,40,152). Sum of RGB (Red+Green+Blue) = 63+40+152=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F2898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2898 is #C0D767. Grayscale: #3B3B3B. Windows color (decimal): -12638056 or 9971775. OLE color: 9971775.
HSL color Cylindrical-coordinate representation of color #3F2898: hue angle of 252.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2898 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 40 | 152 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.40 |
| HSL | 252.32º | 0.58% | 0.38% | - |
| HSV(B) | 252.32º | 0.74% | 0.6% | - |
| XYZ | 8.48 | 4.84 | 30.19 | - |
| YUV | 59.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 152 | 0.59 | 0.74 | 0 | 0.40 | 252.32 | 0.58 | 0.38 |
| Hex | 3F | 28 | 98 | 3B | 4A | 0 | 28 | FC | 3A | 26 |
| Octal | 77 | 50 | 230 | 73 | 112 | 0 | 50 | 374 | 72 | 46 |
| Binary | 111111 | 101000 | 10011000 | 111011 | 1001010 | 0 | 101000 | 11111100 | 111010 | 100110 |
Color Harmonies of #3F2898
Complementary color
Monochromatic Colors of #3F2898
Black with #3F2898
Text Example
Text Example
White with #3F2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2898; }
p { color: rgb(63,40,152); }
H1.HeaderClassName
{
color: #3F2898;
}
.AnyTagClassName
{
color: #3F2898;
}
</style>
background-color css
<style>
a { background-color: #3F2898; }
a { background-color: rgb(63,40,152); }
div.DivClassName
{
background-color: #3F2898;
}
.BgClassName
{
background-color: #3F2898;
}
</style>
border-color css
<style>
span { border-color: #3F2898; }
span { border-color: rgb(63,40,152); }
td.TdClassName
{
border-color: #3F2898;
}
.TagClassName
{
border-color: #3F2898;
}
</style>