Shades of Egyptian Blue #282D95
Tints of Egyptian Blue #282D95
RGB
CMYK
RGB Variations
Color information
#282D95 (or 0x282D95) is known color: Egyptian Blue. HEX triplet: 28, 2D and 95. RGB value is (40,45,149). Sum of RGB (Red+Green+Blue) = 40+45+149=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #282D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D95 is #D7D26A. Grayscale: #363636. Windows color (decimal): -14144107 or 9776424. OLE color: 9776424.
HSL color Cylindrical-coordinate representation of color #282D95: hue angle of 237.25º degrees, saturation: 0.58, 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 #282D95 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 45 | 149 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.42 |
| HSL | 237.25º | 0.58% | 0.37% | - |
| HSV(B) | 237.25º | 0.73% | 0.58% | - |
| XYZ | 7.24 | 4.5 | 28.92 | - |
| YUV | 55.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 149 | 0.73 | 0.70 | 0 | 0.42 | 237.25 | 0.58 | 0.37 |
| Hex | 28 | 2D | 95 | 49 | 46 | 0 | 2A | ED | 3A | 25 |
| Octal | 50 | 55 | 225 | 111 | 106 | 0 | 52 | 355 | 72 | 45 |
| Binary | 101000 | 101101 | 10010101 | 1001001 | 1000110 | 0 | 101010 | 11101101 | 111010 | 100101 |
Color Harmonies of #282D95
Complementary color
Monochromatic Colors of #282D95
Black with #282D95
Text Example
Text Example
White with #282D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D95; }
p { color: rgb(40,45,149); }
H1.HeaderClassName
{
color: #282D95;
}
.AnyTagClassName
{
color: #282D95;
}
</style>
background-color css
<style>
a { background-color: #282D95; }
a { background-color: rgb(40,45,149); }
div.DivClassName
{
background-color: #282D95;
}
.BgClassName
{
background-color: #282D95;
}
</style>
border-color css
<style>
span { border-color: #282D95; }
span { border-color: rgb(40,45,149); }
td.TdClassName
{
border-color: #282D95;
}
.TagClassName
{
border-color: #282D95;
}
</style>