Shades of Egyptian Blue #282D94
Tints of Egyptian Blue #282D94
RGB
CMYK
RGB Variations
Color information
#282D94 (or 0x282D94) is known color: Egyptian Blue. HEX triplet: 28, 2D and 94. RGB value is (40,45,148). Sum of RGB (Red+Green+Blue) = 40+45+148=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #282D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D94 is #D7D26B. Grayscale: #363636. Windows color (decimal): -14144108 or 9710888. OLE color: 9710888.
HSL color Cylindrical-coordinate representation of color #282D94: hue angle of 237.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282D94 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 45 | 148 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.42 |
| HSL | 237.22º | 0.57% | 0.37% | - |
| HSV(B) | 237.22º | 0.73% | 0.58% | - |
| XYZ | 7.16 | 4.47 | 28.5 | - |
| YUV | 55.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 148 | 0.73 | 0.70 | 0 | 0.42 | 237.22 | 0.57 | 0.37 |
| Hex | 28 | 2D | 94 | 49 | 46 | 0 | 2A | ED | 39 | 25 |
| Octal | 50 | 55 | 224 | 111 | 106 | 0 | 52 | 355 | 71 | 45 |
| Binary | 101000 | 101101 | 10010100 | 1001001 | 1000110 | 0 | 101010 | 11101101 | 111001 | 100101 |
Color Harmonies of #282D94
Complementary color
Monochromatic Colors of #282D94
Black with #282D94
Text Example
Text Example
White with #282D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D94; }
p { color: rgb(40,45,148); }
H1.HeaderClassName
{
color: #282D94;
}
.AnyTagClassName
{
color: #282D94;
}
</style>
background-color css
<style>
a { background-color: #282D94; }
a { background-color: rgb(40,45,148); }
div.DivClassName
{
background-color: #282D94;
}
.BgClassName
{
background-color: #282D94;
}
</style>
border-color css
<style>
span { border-color: #282D94; }
span { border-color: rgb(40,45,148); }
td.TdClassName
{
border-color: #282D94;
}
.TagClassName
{
border-color: #282D94;
}
</style>