Shades of Blue Gem #3F2696
Tints of Blue Gem #3F2696
RGB
CMYK
RGB Variations
Color information
#3F2696 (or 0x3F2696) is known color: Blue Gem. HEX triplet: 3F, 26 and 96. RGB value is (63,38,150). Sum of RGB (Red+Green+Blue) = 63+38+150=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F2696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2696 is #C0D969. Grayscale: #393939. Windows color (decimal): -12638570 or 9840191. OLE color: 9840191.
HSL color Cylindrical-coordinate representation of color #3F2696: hue angle of 253.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2696 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 38 | 150 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.41 |
| HSL | 253.39º | 0.6% | 0.37% | - |
| HSV(B) | 253.39º | 0.75% | 0.59% | - |
| XYZ | 8.25 | 4.64 | 29.32 | - |
| YUV | 58.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 150 | 0.58 | 0.75 | 0 | 0.41 | 253.39 | 0.6 | 0.37 |
| Hex | 3F | 26 | 96 | 3A | 4B | 0 | 29 | FD | 3C | 25 |
| Octal | 77 | 46 | 226 | 72 | 113 | 0 | 51 | 375 | 74 | 45 |
| Binary | 111111 | 100110 | 10010110 | 111010 | 1001011 | 0 | 101001 | 11111101 | 111100 | 100101 |
Color Harmonies of #3F2696
Complementary color
Monochromatic Colors of #3F2696
Black with #3F2696
Text Example
Text Example
White with #3F2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2696; }
p { color: rgb(63,38,150); }
H1.HeaderClassName
{
color: #3F2696;
}
.AnyTagClassName
{
color: #3F2696;
}
</style>
background-color css
<style>
a { background-color: #3F2696; }
a { background-color: rgb(63,38,150); }
div.DivClassName
{
background-color: #3F2696;
}
.BgClassName
{
background-color: #3F2696;
}
</style>
border-color css
<style>
span { border-color: #3F2696; }
span { border-color: rgb(63,38,150); }
td.TdClassName
{
border-color: #3F2696;
}
.TagClassName
{
border-color: #3F2696;
}
</style>