Shades of Blue Gem #3F3098
Tints of Blue Gem #3F3098
RGB
CMYK
RGB Variations
Color information
#3F3098 (or 0x3F3098) is known color: Blue Gem. HEX triplet: 3F, 30 and 98. RGB value is (63,48,152). Sum of RGB (Red+Green+Blue) = 63+48+152=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F3098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3098 is #C0CF67. Grayscale: #3F3F3F. Windows color (decimal): -12636008 or 9973823. OLE color: 9973823.
HSL color Cylindrical-coordinate representation of color #3F3098: hue angle of 248.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3098 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 48 | 152 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.40 |
| HSL | 248.65º | 0.52% | 0.39% | - |
| HSV(B) | 248.65º | 0.68% | 0.6% | - |
| XYZ | 8.77 | 5.44 | 30.29 | - |
| YUV | 64.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 152 | 0.59 | 0.68 | 0 | 0.40 | 248.65 | 0.52 | 0.39 |
| Hex | 3F | 30 | 98 | 3B | 44 | 0 | 28 | F9 | 34 | 27 |
| Octal | 77 | 60 | 230 | 73 | 104 | 0 | 50 | 371 | 64 | 47 |
| Binary | 111111 | 110000 | 10011000 | 111011 | 1000100 | 0 | 101000 | 11111001 | 110100 | 100111 |
Color Harmonies of #3F3098
Complementary color
Monochromatic Colors of #3F3098
Black with #3F3098
Text Example
Text Example
White with #3F3098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3098; }
p { color: rgb(63,48,152); }
H1.HeaderClassName
{
color: #3F3098;
}
.AnyTagClassName
{
color: #3F3098;
}
</style>
background-color css
<style>
a { background-color: #3F3098; }
a { background-color: rgb(63,48,152); }
div.DivClassName
{
background-color: #3F3098;
}
.BgClassName
{
background-color: #3F3098;
}
</style>
border-color css
<style>
span { border-color: #3F3098; }
span { border-color: rgb(63,48,152); }
td.TdClassName
{
border-color: #3F3098;
}
.TagClassName
{
border-color: #3F3098;
}
</style>