Shades of Blue Gem #3F268F
Tints of Blue Gem #3F268F
RGB
CMYK
RGB Variations
Color information
#3F268F (or 0x3F268F) is known color: Blue Gem. HEX triplet: 3F, 26 and 8F. RGB value is (63,38,143). Sum of RGB (Red+Green+Blue) = 63+38+143=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F268F is #C0D970. Grayscale: #393939. Windows color (decimal): -12638577 or 9381439. OLE color: 9381439.
HSL color Cylindrical-coordinate representation of color #3F268F: hue angle of 254.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F268F is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 38 | 143 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.44 |
| HSL | 254.29º | 0.58% | 0.35% | - |
| HSV(B) | 254.29º | 0.73% | 0.56% | - |
| XYZ | 7.7 | 4.43 | 26.44 | - |
| YUV | 57.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 143 | 0.56 | 0.73 | 0 | 0.44 | 254.29 | 0.58 | 0.35 |
| Hex | 3F | 26 | 8F | 38 | 49 | 0 | 2C | FE | 3A | 23 |
| Octal | 77 | 46 | 217 | 70 | 111 | 0 | 54 | 376 | 72 | 43 |
| Binary | 111111 | 100110 | 10001111 | 111000 | 1001001 | 0 | 101100 | 11111110 | 111010 | 100011 |
Color Harmonies of #3F268F
Complementary color
Monochromatic Colors of #3F268F
Black with #3F268F
Text Example
Text Example
White with #3F268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F268F; }
p { color: rgb(63,38,143); }
H1.HeaderClassName
{
color: #3F268F;
}
.AnyTagClassName
{
color: #3F268F;
}
</style>
background-color css
<style>
a { background-color: #3F268F; }
a { background-color: rgb(63,38,143); }
div.DivClassName
{
background-color: #3F268F;
}
.BgClassName
{
background-color: #3F268F;
}
</style>
border-color css
<style>
span { border-color: #3F268F; }
span { border-color: rgb(63,38,143); }
td.TdClassName
{
border-color: #3F268F;
}
.TagClassName
{
border-color: #3F268F;
}
</style>