Shades of Egyptian Blue #282AA2
Tints of Egyptian Blue #282AA2
RGB
CMYK
RGB Variations
Color information
#282AA2 (or 0x282AA2) is known color: Egyptian Blue. HEX triplet: 28, 2A and A2. RGB value is (40,42,162). Sum of RGB (Red+Green+Blue) = 40+42+162=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #282AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AA2 is #D7D55D. Grayscale: #363636. Windows color (decimal): -14144862 or 10627624. OLE color: 10627624.
HSL color Cylindrical-coordinate representation of color #282AA2: hue angle of 239.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282AA2 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 42 | 162 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.36 |
| HSL | 239.02º | 0.6% | 0.4% | - |
| HSV(B) | 239.02º | 0.75% | 0.64% | - |
| XYZ | 8.22 | 4.72 | 34.66 | - |
| YUV | 55.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 162 | 0.75 | 0.74 | 0 | 0.36 | 239.02 | 0.6 | 0.4 |
| Hex | 28 | 2A | A2 | 4B | 4A | 0 | 24 | EF | 3C | 28 |
| Octal | 50 | 52 | 242 | 113 | 112 | 0 | 44 | 357 | 74 | 50 |
| Binary | 101000 | 101010 | 10100010 | 1001011 | 1001010 | 0 | 100100 | 11101111 | 111100 | 101000 |
Color Harmonies of #282AA2
Complementary color
Monochromatic Colors of #282AA2
Black with #282AA2
Text Example
Text Example
White with #282AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AA2; }
p { color: rgb(40,42,162); }
H1.HeaderClassName
{
color: #282AA2;
}
.AnyTagClassName
{
color: #282AA2;
}
</style>
background-color css
<style>
a { background-color: #282AA2; }
a { background-color: rgb(40,42,162); }
div.DivClassName
{
background-color: #282AA2;
}
.BgClassName
{
background-color: #282AA2;
}
</style>
border-color css
<style>
span { border-color: #282AA2; }
span { border-color: rgb(40,42,162); }
td.TdClassName
{
border-color: #282AA2;
}
.TagClassName
{
border-color: #282AA2;
}
</style>