Shades of Blue Gem #3F20AD
Tints of Blue Gem #3F20AD
RGB
CMYK
RGB Variations
Color information
#3F20AD (or 0x3F20AD) is known color: Blue Gem. HEX triplet: 3F, 20 and AD. RGB value is (63,32,173). Sum of RGB (Red+Green+Blue) = 63+32+173=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F20AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F20AD is #C0DF52. Grayscale: #383838. Windows color (decimal): -12640083 or 11345983. OLE color: 11345983.
HSL color Cylindrical-coordinate representation of color #3F20AD: hue angle of 253.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F20AD is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 32 | 173 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.32 |
| HSL | 253.19º | 0.69% | 0.4% | - |
| HSV(B) | 253.19º | 0.82% | 0.68% | - |
| XYZ | 10.11 | 5.11 | 39.99 | - |
| YUV | 57.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 173 | 0.64 | 0.82 | 0 | 0.32 | 253.19 | 0.69 | 0.4 |
| Hex | 3F | 20 | AD | 40 | 52 | 0 | 20 | FD | 45 | 28 |
| Octal | 77 | 40 | 255 | 100 | 122 | 0 | 40 | 375 | 105 | 50 |
| Binary | 111111 | 100000 | 10101101 | 1000000 | 1010010 | 0 | 100000 | 11111101 | 1000101 | 101000 |
Color Harmonies of #3F20AD
Complementary color
Monochromatic Colors of #3F20AD
Black with #3F20AD
Text Example
Text Example
White with #3F20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F20AD; }
p { color: rgb(63,32,173); }
H1.HeaderClassName
{
color: #3F20AD;
}
.AnyTagClassName
{
color: #3F20AD;
}
</style>
background-color css
<style>
a { background-color: #3F20AD; }
a { background-color: rgb(63,32,173); }
div.DivClassName
{
background-color: #3F20AD;
}
.BgClassName
{
background-color: #3F20AD;
}
</style>
border-color css
<style>
span { border-color: #3F20AD; }
span { border-color: rgb(63,32,173); }
td.TdClassName
{
border-color: #3F20AD;
}
.TagClassName
{
border-color: #3F20AD;
}
</style>