Shades of Egyptian Blue #2024AA
Tints of Egyptian Blue #2024AA
RGB
CMYK
RGB Variations
Color information
#2024AA (or 0x2024AA) is known color: Egyptian Blue. HEX triplet: 20, 24 and AA. RGB value is (32,36,170). Sum of RGB (Red+Green+Blue) = 32+36+170=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #2024AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2024AA is #DFDB55. Grayscale: #313131. Windows color (decimal): -14670678 or 11150368. OLE color: 11150368.
HSL color Cylindrical-coordinate representation of color #2024AA: hue angle of 238.26º 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 #2024AA is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 36 | 170 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.33 |
| HSL | 238.26º | 0.68% | 0.4% | - |
| HSV(B) | 238.26º | 0.81% | 0.67% | - |
| XYZ | 8.48 | 4.47 | 38.45 | - |
| YUV | 50.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 170 | 0.81 | 0.79 | 0 | 0.33 | 238.26 | 0.68 | 0.4 |
| Hex | 20 | 24 | AA | 51 | 4F | 0 | 21 | EE | 44 | 28 |
| Octal | 40 | 44 | 252 | 121 | 117 | 0 | 41 | 356 | 104 | 50 |
| Binary | 100000 | 100100 | 10101010 | 1010001 | 1001111 | 0 | 100001 | 11101110 | 1000100 | 101000 |
Color Harmonies of #2024AA
Complementary color
Monochromatic Colors of #2024AA
Black with #2024AA
Text Example
Text Example
White with #2024AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2024AA; }
p { color: rgb(32,36,170); }
H1.HeaderClassName
{
color: #2024AA;
}
.AnyTagClassName
{
color: #2024AA;
}
</style>
background-color css
<style>
a { background-color: #2024AA; }
a { background-color: rgb(32,36,170); }
div.DivClassName
{
background-color: #2024AA;
}
.BgClassName
{
background-color: #2024AA;
}
</style>
border-color css
<style>
span { border-color: #2024AA; }
span { border-color: rgb(32,36,170); }
td.TdClassName
{
border-color: #2024AA;
}
.TagClassName
{
border-color: #2024AA;
}
</style>