Shades of Blue Gem #3F17AA
Tints of Blue Gem #3F17AA
RGB
CMYK
RGB Variations
Color information
#3F17AA (or 0x3F17AA) is known color: Blue Gem. HEX triplet: 3F, 17 and AA. RGB value is (63,23,170). Sum of RGB (Red+Green+Blue) = 63+23+170=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F17AA is #C0E855. Grayscale: #333333. Windows color (decimal): -12642390 or 11147071. OLE color: 11147071.
HSL color Cylindrical-coordinate representation of color #3F17AA: hue angle of 256.33º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F17AA is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 23 | 170 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.33 |
| HSL | 256.33º | 0.76% | 0.38% | - |
| HSV(B) | 256.33º | 0.86% | 0.67% | - |
| XYZ | 9.61 | 4.57 | 38.41 | - |
| YUV | 51.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 170 | 0.63 | 0.86 | 0 | 0.33 | 256.33 | 0.76 | 0.38 |
| Hex | 3F | 17 | AA | 3F | 56 | 0 | 21 | 100 | 4C | 26 |
| Octal | 77 | 27 | 252 | 77 | 126 | 0 | 41 | 400 | 114 | 46 |
| Binary | 111111 | 10111 | 10101010 | 111111 | 1010110 | 0 | 100001 | 100000000 | 1001100 | 100110 |
Color Harmonies of #3F17AA
Complementary color
Monochromatic Colors of #3F17AA
Black with #3F17AA
Text Example
Text Example
White with #3F17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17AA; }
p { color: rgb(63,23,170); }
H1.HeaderClassName
{
color: #3F17AA;
}
.AnyTagClassName
{
color: #3F17AA;
}
</style>
background-color css
<style>
a { background-color: #3F17AA; }
a { background-color: rgb(63,23,170); }
div.DivClassName
{
background-color: #3F17AA;
}
.BgClassName
{
background-color: #3F17AA;
}
</style>
border-color css
<style>
span { border-color: #3F17AA; }
span { border-color: rgb(63,23,170); }
td.TdClassName
{
border-color: #3F17AA;
}
.TagClassName
{
border-color: #3F17AA;
}
</style>