Shades of Blue Gem #3F16AA
Tints of Blue Gem #3F16AA
RGB
CMYK
RGB Variations
Color information
#3F16AA (or 0x3F16AA) is known color: Blue Gem. HEX triplet: 3F, 16 and AA. RGB value is (63,22,170). Sum of RGB (Red+Green+Blue) = 63+22+170=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F16AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F16AA is #C0E955. Grayscale: #323232. Windows color (decimal): -12642646 or 11146815. OLE color: 11146815.
HSL color Cylindrical-coordinate representation of color #3F16AA: hue angle of 256.62º 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 #3F16AA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 22 | 170 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.33 |
| HSL | 256.62º | 0.77% | 0.38% | - |
| HSV(B) | 256.62º | 0.87% | 0.67% | - |
| XYZ | 9.59 | 4.53 | 38.4 | - |
| YUV | 51.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 170 | 0.63 | 0.87 | 0 | 0.33 | 256.62 | 0.77 | 0.38 |
| Hex | 3F | 16 | AA | 3F | 57 | 0 | 21 | 101 | 4D | 26 |
| Octal | 77 | 26 | 252 | 77 | 127 | 0 | 41 | 401 | 115 | 46 |
| Binary | 111111 | 10110 | 10101010 | 111111 | 1010111 | 0 | 100001 | 100000001 | 1001101 | 100110 |
Color Harmonies of #3F16AA
Complementary color
Monochromatic Colors of #3F16AA
Black with #3F16AA
Text Example
Text Example
White with #3F16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16AA; }
p { color: rgb(63,22,170); }
H1.HeaderClassName
{
color: #3F16AA;
}
.AnyTagClassName
{
color: #3F16AA;
}
</style>
background-color css
<style>
a { background-color: #3F16AA; }
a { background-color: rgb(63,22,170); }
div.DivClassName
{
background-color: #3F16AA;
}
.BgClassName
{
background-color: #3F16AA;
}
</style>
border-color css
<style>
span { border-color: #3F16AA; }
span { border-color: rgb(63,22,170); }
td.TdClassName
{
border-color: #3F16AA;
}
.TagClassName
{
border-color: #3F16AA;
}
</style>