Shades of Egyptian Blue #282D99
Tints of Egyptian Blue #282D99
RGB
CMYK
RGB Variations
Color information
#282D99 (or 0x282D99) is known color: Egyptian Blue. HEX triplet: 28, 2D and 99. RGB value is (40,45,153). Sum of RGB (Red+Green+Blue) = 40+45+153=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #282D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D99 is #D7D266. Grayscale: #373737. Windows color (decimal): -14144103 or 10038568. OLE color: 10038568.
HSL color Cylindrical-coordinate representation of color #282D99: hue angle of 237.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282D99 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 45 | 153 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.4 |
| HSL | 237.35º | 0.59% | 0.38% | - |
| HSV(B) | 237.35º | 0.74% | 0.6% | - |
| XYZ | 7.56 | 4.63 | 30.63 | - |
| YUV | 55.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 153 | 0.74 | 0.71 | 0 | 0.4 | 237.35 | 0.59 | 0.38 |
| Hex | 28 | 2D | 99 | 4A | 47 | 0 | 28 | ED | 3B | 26 |
| Octal | 50 | 55 | 231 | 112 | 107 | 0 | 50 | 355 | 73 | 46 |
| Binary | 101000 | 101101 | 10011001 | 1001010 | 1000111 | 0 | 101000 | 11101101 | 111011 | 100110 |
Color Harmonies of #282D99
Complementary color
Monochromatic Colors of #282D99
Black with #282D99
Text Example
Text Example
White with #282D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D99; }
p { color: rgb(40,45,153); }
H1.HeaderClassName
{
color: #282D99;
}
.AnyTagClassName
{
color: #282D99;
}
</style>
background-color css
<style>
a { background-color: #282D99; }
a { background-color: rgb(40,45,153); }
div.DivClassName
{
background-color: #282D99;
}
.BgClassName
{
background-color: #282D99;
}
</style>
border-color css
<style>
span { border-color: #282D99; }
span { border-color: rgb(40,45,153); }
td.TdClassName
{
border-color: #282D99;
}
.TagClassName
{
border-color: #282D99;
}
</style>