Shades of Egyptian Blue #202DAA
Tints of Egyptian Blue #202DAA
RGB
CMYK
RGB Variations
Color information
#202DAA (or 0x202DAA) is known color: Egyptian Blue. HEX triplet: 20, 2D and AA. RGB value is (32,45,170). Sum of RGB (Red+Green+Blue) = 32+45+170=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #202DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DAA is #DFD255. Grayscale: #363636. Windows color (decimal): -14668374 or 11152672. OLE color: 11152672.
HSL color Cylindrical-coordinate representation of color #202DAA: hue angle of 234.35º 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 #202DAA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 45 | 170 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.33 |
| HSL | 234.35º | 0.68% | 0.4% | - |
| HSV(B) | 234.35º | 0.81% | 0.67% | - |
| XYZ | 8.79 | 5.09 | 38.55 | - |
| YUV | 55.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 170 | 0.81 | 0.74 | 0 | 0.33 | 234.35 | 0.68 | 0.4 |
| Hex | 20 | 2D | AA | 51 | 4A | 0 | 21 | EA | 44 | 28 |
| Octal | 40 | 55 | 252 | 121 | 112 | 0 | 41 | 352 | 104 | 50 |
| Binary | 100000 | 101101 | 10101010 | 1010001 | 1001010 | 0 | 100001 | 11101010 | 1000100 | 101000 |
Color Harmonies of #202DAA
Complementary color
Monochromatic Colors of #202DAA
Black with #202DAA
Text Example
Text Example
White with #202DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DAA; }
p { color: rgb(32,45,170); }
H1.HeaderClassName
{
color: #202DAA;
}
.AnyTagClassName
{
color: #202DAA;
}
</style>
background-color css
<style>
a { background-color: #202DAA; }
a { background-color: rgb(32,45,170); }
div.DivClassName
{
background-color: #202DAA;
}
.BgClassName
{
background-color: #202DAA;
}
</style>
border-color css
<style>
span { border-color: #202DAA; }
span { border-color: rgb(32,45,170); }
td.TdClassName
{
border-color: #202DAA;
}
.TagClassName
{
border-color: #202DAA;
}
</style>