Shades of Blue Gem #3F269B
Tints of Blue Gem #3F269B
RGB
CMYK
RGB Variations
Color information
#3F269B (or 0x3F269B) is known color: Blue Gem. HEX triplet: 3F, 26 and 9B. RGB value is (63,38,155). Sum of RGB (Red+Green+Blue) = 63+38+155=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F269B is #C0D964. Grayscale: #3A3A3A. Windows color (decimal): -12638565 or 10167871. OLE color: 10167871.
HSL color Cylindrical-coordinate representation of color #3F269B: hue angle of 252.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F269B is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 38 | 155 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.39 |
| HSL | 252.82º | 0.61% | 0.38% | - |
| HSV(B) | 252.82º | 0.75% | 0.61% | - |
| XYZ | 8.66 | 4.81 | 31.48 | - |
| YUV | 58.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 155 | 0.59 | 0.75 | 0 | 0.39 | 252.82 | 0.61 | 0.38 |
| Hex | 3F | 26 | 9B | 3B | 4B | 0 | 27 | FD | 3D | 26 |
| Octal | 77 | 46 | 233 | 73 | 113 | 0 | 47 | 375 | 75 | 46 |
| Binary | 111111 | 100110 | 10011011 | 111011 | 1001011 | 0 | 100111 | 11111101 | 111101 | 100110 |
Color Harmonies of #3F269B
Complementary color
Monochromatic Colors of #3F269B
Black with #3F269B
Text Example
Text Example
White with #3F269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F269B; }
p { color: rgb(63,38,155); }
H1.HeaderClassName
{
color: #3F269B;
}
.AnyTagClassName
{
color: #3F269B;
}
</style>
background-color css
<style>
a { background-color: #3F269B; }
a { background-color: rgb(63,38,155); }
div.DivClassName
{
background-color: #3F269B;
}
.BgClassName
{
background-color: #3F269B;
}
</style>
border-color css
<style>
span { border-color: #3F269B; }
span { border-color: rgb(63,38,155); }
td.TdClassName
{
border-color: #3F269B;
}
.TagClassName
{
border-color: #3F269B;
}
</style>