Shades of Blue Gem #3F2098
Tints of Blue Gem #3F2098
RGB
CMYK
RGB Variations
Color information
#3F2098 (or 0x3F2098) is known color: Blue Gem. HEX triplet: 3F, 20 and 98. RGB value is (63,32,152). Sum of RGB (Red+Green+Blue) = 63+32+152=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F2098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2098 is #C0DF67. Grayscale: #363636. Windows color (decimal): -12640104 or 9969727. OLE color: 9969727.
HSL color Cylindrical-coordinate representation of color #3F2098: hue angle of 255.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2098 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 32 | 152 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.40 |
| HSL | 255.5º | 0.65% | 0.36% | - |
| HSV(B) | 255.5º | 0.79% | 0.6% | - |
| XYZ | 8.23 | 4.36 | 30.11 | - |
| YUV | 54.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 152 | 0.59 | 0.79 | 0 | 0.40 | 255.5 | 0.65 | 0.36 |
| Hex | 3F | 20 | 98 | 3B | 4F | 0 | 28 | 100 | 41 | 24 |
| Octal | 77 | 40 | 230 | 73 | 117 | 0 | 50 | 400 | 101 | 44 |
| Binary | 111111 | 100000 | 10011000 | 111011 | 1001111 | 0 | 101000 | 100000000 | 1000001 | 100100 |
Color Harmonies of #3F2098
Complementary color
Monochromatic Colors of #3F2098
Black with #3F2098
Text Example
Text Example
White with #3F2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2098; }
p { color: rgb(63,32,152); }
H1.HeaderClassName
{
color: #3F2098;
}
.AnyTagClassName
{
color: #3F2098;
}
</style>
background-color css
<style>
a { background-color: #3F2098; }
a { background-color: rgb(63,32,152); }
div.DivClassName
{
background-color: #3F2098;
}
.BgClassName
{
background-color: #3F2098;
}
</style>
border-color css
<style>
span { border-color: #3F2098; }
span { border-color: rgb(63,32,152); }
td.TdClassName
{
border-color: #3F2098;
}
.TagClassName
{
border-color: #3F2098;
}
</style>