Shades of Egyptian Blue #282AA5
Tints of Egyptian Blue #282AA5
RGB
CMYK
RGB Variations
Color information
#282AA5 (or 0x282AA5) is known color: Egyptian Blue. HEX triplet: 28, 2A and A5. RGB value is (40,42,165). Sum of RGB (Red+Green+Blue) = 40+42+165=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #282AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AA5 is #D7D55A. Grayscale: #363636. Windows color (decimal): -14144859 or 10824232. OLE color: 10824232.
HSL color Cylindrical-coordinate representation of color #282AA5: hue angle of 239.04º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282AA5 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 42 | 165 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.35 |
| HSL | 239.04º | 0.61% | 0.4% | - |
| HSV(B) | 239.04º | 0.76% | 0.65% | - |
| XYZ | 8.49 | 4.82 | 36.08 | - |
| YUV | 55.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 165 | 0.76 | 0.75 | 0 | 0.35 | 239.04 | 0.61 | 0.4 |
| Hex | 28 | 2A | A5 | 4C | 4B | 0 | 23 | EF | 3D | 28 |
| Octal | 50 | 52 | 245 | 114 | 113 | 0 | 43 | 357 | 75 | 50 |
| Binary | 101000 | 101010 | 10100101 | 1001100 | 1001011 | 0 | 100011 | 11101111 | 111101 | 101000 |
Color Harmonies of #282AA5
Complementary color
Monochromatic Colors of #282AA5
Black with #282AA5
Text Example
Text Example
White with #282AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AA5; }
p { color: rgb(40,42,165); }
H1.HeaderClassName
{
color: #282AA5;
}
.AnyTagClassName
{
color: #282AA5;
}
</style>
background-color css
<style>
a { background-color: #282AA5; }
a { background-color: rgb(40,42,165); }
div.DivClassName
{
background-color: #282AA5;
}
.BgClassName
{
background-color: #282AA5;
}
</style>
border-color css
<style>
span { border-color: #282AA5; }
span { border-color: rgb(40,42,165); }
td.TdClassName
{
border-color: #282AA5;
}
.TagClassName
{
border-color: #282AA5;
}
</style>