Shades of Blue Gem #3F269D
Tints of Blue Gem #3F269D
RGB
CMYK
RGB Variations
Color information
#3F269D (or 0x3F269D) is known color: Blue Gem. HEX triplet: 3F, 26 and 9D. RGB value is (63,38,157). Sum of RGB (Red+Green+Blue) = 63+38+157=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F269D is #C0D962. Grayscale: #3A3A3A. Windows color (decimal): -12638563 or 10298943. OLE color: 10298943.
HSL color Cylindrical-coordinate representation of color #3F269D: hue angle of 252.61º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F269D is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 38 | 157 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.38 |
| HSL | 252.61º | 0.61% | 0.38% | - |
| HSV(B) | 252.61º | 0.76% | 0.62% | - |
| XYZ | 8.83 | 4.88 | 32.37 | - |
| YUV | 59.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 157 | 0.60 | 0.76 | 0 | 0.38 | 252.61 | 0.61 | 0.38 |
| Hex | 3F | 26 | 9D | 3C | 4C | 0 | 26 | FD | 3D | 26 |
| Octal | 77 | 46 | 235 | 74 | 114 | 0 | 46 | 375 | 75 | 46 |
| Binary | 111111 | 100110 | 10011101 | 111100 | 1001100 | 0 | 100110 | 11111101 | 111101 | 100110 |
Color Harmonies of #3F269D
Complementary color
Monochromatic Colors of #3F269D
Black with #3F269D
Text Example
Text Example
White with #3F269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F269D; }
p { color: rgb(63,38,157); }
H1.HeaderClassName
{
color: #3F269D;
}
.AnyTagClassName
{
color: #3F269D;
}
</style>
background-color css
<style>
a { background-color: #3F269D; }
a { background-color: rgb(63,38,157); }
div.DivClassName
{
background-color: #3F269D;
}
.BgClassName
{
background-color: #3F269D;
}
</style>
border-color css
<style>
span { border-color: #3F269D; }
span { border-color: rgb(63,38,157); }
td.TdClassName
{
border-color: #3F269D;
}
.TagClassName
{
border-color: #3F269D;
}
</style>