Shades of Blue Gem #3F3095
Tints of Blue Gem #3F3095
RGB
CMYK
RGB Variations
Color information
#3F3095 (or 0x3F3095) is known color: Blue Gem. HEX triplet: 3F, 30 and 95. RGB value is (63,48,149). Sum of RGB (Red+Green+Blue) = 63+48+149=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F3095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3095 is #C0CF6A. Grayscale: #3F3F3F. Windows color (decimal): -12636011 or 9777215. OLE color: 9777215.
HSL color Cylindrical-coordinate representation of color #3F3095: hue angle of 248.91º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3095 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 48 | 149 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.42 |
| HSL | 248.91º | 0.51% | 0.39% | - |
| HSV(B) | 248.91º | 0.68% | 0.58% | - |
| XYZ | 8.53 | 5.34 | 29.01 | - |
| YUV | 64 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 149 | 0.58 | 0.68 | 0 | 0.42 | 248.91 | 0.51 | 0.39 |
| Hex | 3F | 30 | 95 | 3A | 44 | 0 | 2A | F9 | 33 | 27 |
| Octal | 77 | 60 | 225 | 72 | 104 | 0 | 52 | 371 | 63 | 47 |
| Binary | 111111 | 110000 | 10010101 | 111010 | 1000100 | 0 | 101010 | 11111001 | 110011 | 100111 |
Color Harmonies of #3F3095
Complementary color
Monochromatic Colors of #3F3095
Black with #3F3095
Text Example
Text Example
White with #3F3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3095; }
p { color: rgb(63,48,149); }
H1.HeaderClassName
{
color: #3F3095;
}
.AnyTagClassName
{
color: #3F3095;
}
</style>
background-color css
<style>
a { background-color: #3F3095; }
a { background-color: rgb(63,48,149); }
div.DivClassName
{
background-color: #3F3095;
}
.BgClassName
{
background-color: #3F3095;
}
</style>
border-color css
<style>
span { border-color: #3F3095; }
span { border-color: rgb(63,48,149); }
td.TdClassName
{
border-color: #3F3095;
}
.TagClassName
{
border-color: #3F3095;
}
</style>