Shades of Blue Gem #3F26AB
Tints of Blue Gem #3F26AB
RGB
CMYK
RGB Variations
Color information
#3F26AB (or 0x3F26AB) is known color: Blue Gem. HEX triplet: 3F, 26 and AB. RGB value is (63,38,171). Sum of RGB (Red+Green+Blue) = 63+38+171=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F26AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F26AB is #C0D954. Grayscale: #3C3C3C. Windows color (decimal): -12638549 or 11216447. OLE color: 11216447.
HSL color Cylindrical-coordinate representation of color #3F26AB: hue angle of 251.28º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F26AB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 38 | 171 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.33 |
| HSL | 251.28º | 0.64% | 0.41% | - |
| HSV(B) | 251.28º | 0.78% | 0.67% | - |
| XYZ | 10.09 | 5.38 | 39.04 | - |
| YUV | 60.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 171 | 0.63 | 0.78 | 0 | 0.33 | 251.28 | 0.64 | 0.41 |
| Hex | 3F | 26 | AB | 3F | 4E | 0 | 21 | FB | 40 | 29 |
| Octal | 77 | 46 | 253 | 77 | 116 | 0 | 41 | 373 | 100 | 51 |
| Binary | 111111 | 100110 | 10101011 | 111111 | 1001110 | 0 | 100001 | 11111011 | 1000000 | 101001 |
Color Harmonies of #3F26AB
Complementary color
Monochromatic Colors of #3F26AB
Black with #3F26AB
Text Example
Text Example
White with #3F26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26AB; }
p { color: rgb(63,38,171); }
H1.HeaderClassName
{
color: #3F26AB;
}
.AnyTagClassName
{
color: #3F26AB;
}
</style>
background-color css
<style>
a { background-color: #3F26AB; }
a { background-color: rgb(63,38,171); }
div.DivClassName
{
background-color: #3F26AB;
}
.BgClassName
{
background-color: #3F26AB;
}
</style>
border-color css
<style>
span { border-color: #3F26AB; }
span { border-color: rgb(63,38,171); }
td.TdClassName
{
border-color: #3F26AB;
}
.TagClassName
{
border-color: #3F26AB;
}
</style>