Shades of Blue Gem #4020AA
Tints of Blue Gem #4020AA
RGB
CMYK
RGB Variations
Color information
#4020AA (or 0x4020AA) is known color: Blue Gem. HEX triplet: 40, 20 and AA. RGB value is (64,32,170). Sum of RGB (Red+Green+Blue) = 64+32+170=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4020AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4020AA is #BFDF55. Grayscale: #383838. Windows color (decimal): -12574550 or 11149376. OLE color: 11149376.
HSL color Cylindrical-coordinate representation of color #4020AA: hue angle of 253.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4020AA is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 32 | 170 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.33 |
| HSL | 253.91º | 0.68% | 0.4% | - |
| HSV(B) | 253.91º | 0.81% | 0.67% | - |
| XYZ | 9.89 | 5.03 | 38.48 | - |
| YUV | 57.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 170 | 0.62 | 0.81 | 0 | 0.33 | 253.91 | 0.68 | 0.4 |
| Hex | 40 | 20 | AA | 3E | 51 | 0 | 21 | FE | 44 | 28 |
| Octal | 100 | 40 | 252 | 76 | 121 | 0 | 41 | 376 | 104 | 50 |
| Binary | 1000000 | 100000 | 10101010 | 111110 | 1010001 | 0 | 100001 | 11111110 | 1000100 | 101000 |
Color Harmonies of #4020AA
Complementary color
Monochromatic Colors of #4020AA
Black with #4020AA
Text Example
Text Example
White with #4020AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4020AA; }
p { color: rgb(64,32,170); }
H1.HeaderClassName
{
color: #4020AA;
}
.AnyTagClassName
{
color: #4020AA;
}
</style>
background-color css
<style>
a { background-color: #4020AA; }
a { background-color: rgb(64,32,170); }
div.DivClassName
{
background-color: #4020AA;
}
.BgClassName
{
background-color: #4020AA;
}
</style>
border-color css
<style>
span { border-color: #4020AA; }
span { border-color: rgb(64,32,170); }
td.TdClassName
{
border-color: #4020AA;
}
.TagClassName
{
border-color: #4020AA;
}
</style>