Shades of Egyptian Blue #282DA0
Tints of Egyptian Blue #282DA0
RGB
CMYK
RGB Variations
Color information
#282DA0 (or 0x282DA0) is known color: Egyptian Blue. HEX triplet: 28, 2D and A0. RGB value is (40,45,160). Sum of RGB (Red+Green+Blue) = 40+45+160=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #282DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282DA0 is #D7D25F. Grayscale: #383838. Windows color (decimal): -14144096 or 10497320. OLE color: 10497320.
HSL color Cylindrical-coordinate representation of color #282DA0: hue angle of 237.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282DA0 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 45 | 160 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.37 |
| HSL | 237.5º | 0.6% | 0.39% | - |
| HSV(B) | 237.5º | 0.75% | 0.63% | - |
| XYZ | 8.16 | 4.87 | 33.77 | - |
| YUV | 56.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 160 | 0.75 | 0.72 | 0 | 0.37 | 237.5 | 0.6 | 0.39 |
| Hex | 28 | 2D | A0 | 4B | 48 | 0 | 25 | EE | 3C | 27 |
| Octal | 50 | 55 | 240 | 113 | 110 | 0 | 45 | 356 | 74 | 47 |
| Binary | 101000 | 101101 | 10100000 | 1001011 | 1001000 | 0 | 100101 | 11101110 | 111100 | 100111 |
Color Harmonies of #282DA0
Complementary color
Monochromatic Colors of #282DA0
Black with #282DA0
Text Example
Text Example
White with #282DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DA0; }
p { color: rgb(40,45,160); }
H1.HeaderClassName
{
color: #282DA0;
}
.AnyTagClassName
{
color: #282DA0;
}
</style>
background-color css
<style>
a { background-color: #282DA0; }
a { background-color: rgb(40,45,160); }
div.DivClassName
{
background-color: #282DA0;
}
.BgClassName
{
background-color: #282DA0;
}
</style>
border-color css
<style>
span { border-color: #282DA0; }
span { border-color: rgb(40,45,160); }
td.TdClassName
{
border-color: #282DA0;
}
.TagClassName
{
border-color: #282DA0;
}
</style>