Shades of Blue Gem #3F16AB
Tints of Blue Gem #3F16AB
RGB
CMYK
RGB Variations
Color information
#3F16AB (or 0x3F16AB) is known color: Blue Gem. HEX triplet: 3F, 16 and AB. RGB value is (63,22,171). Sum of RGB (Red+Green+Blue) = 63+22+171=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F16AB is #C0E954. Grayscale: #323232. Windows color (decimal): -12642645 or 11212351. OLE color: 11212351.
HSL color Cylindrical-coordinate representation of color #3F16AB: hue angle of 256.51º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F16AB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 22 | 171 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.33 |
| HSL | 256.51º | 0.77% | 0.38% | - |
| HSV(B) | 256.51º | 0.87% | 0.67% | - |
| XYZ | 9.69 | 4.57 | 38.9 | - |
| YUV | 51.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 171 | 0.63 | 0.87 | 0 | 0.33 | 256.51 | 0.77 | 0.38 |
| Hex | 3F | 16 | AB | 3F | 57 | 0 | 21 | 101 | 4D | 26 |
| Octal | 77 | 26 | 253 | 77 | 127 | 0 | 41 | 401 | 115 | 46 |
| Binary | 111111 | 10110 | 10101011 | 111111 | 1010111 | 0 | 100001 | 100000001 | 1001101 | 100110 |
Color Harmonies of #3F16AB
Complementary color
Monochromatic Colors of #3F16AB
Black with #3F16AB
Text Example
Text Example
White with #3F16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16AB; }
p { color: rgb(63,22,171); }
H1.HeaderClassName
{
color: #3F16AB;
}
.AnyTagClassName
{
color: #3F16AB;
}
</style>
background-color css
<style>
a { background-color: #3F16AB; }
a { background-color: rgb(63,22,171); }
div.DivClassName
{
background-color: #3F16AB;
}
.BgClassName
{
background-color: #3F16AB;
}
</style>
border-color css
<style>
span { border-color: #3F16AB; }
span { border-color: rgb(63,22,171); }
td.TdClassName
{
border-color: #3F16AB;
}
.TagClassName
{
border-color: #3F16AB;
}
</style>