Shades of Egyptian Blue #283899
Tints of Egyptian Blue #283899
RGB
CMYK
RGB Variations
Color information
#283899 (or 0x283899) is known color: Egyptian Blue. HEX triplet: 28, 38 and 99. RGB value is (40,56,153). Sum of RGB (Red+Green+Blue) = 40+56+153=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #283899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283899 is #D7C766. Grayscale: #3D3D3D. Windows color (decimal): -14141287 or 10041384. OLE color: 10041384.
HSL color Cylindrical-coordinate representation of color #283899: hue angle of 231.5º 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 #283899 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 56 | 153 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.4 |
| HSL | 231.5º | 0.59% | 0.38% | - |
| HSV(B) | 231.5º | 0.74% | 0.6% | - |
| XYZ | 8.04 | 5.58 | 30.79 | - |
| YUV | 62.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 153 | 0.74 | 0.63 | 0 | 0.4 | 231.5 | 0.59 | 0.38 |
| Hex | 28 | 38 | 99 | 4A | 3F | 0 | 28 | E8 | 3B | 26 |
| Octal | 50 | 70 | 231 | 112 | 77 | 0 | 50 | 350 | 73 | 46 |
| Binary | 101000 | 111000 | 10011001 | 1001010 | 111111 | 0 | 101000 | 11101000 | 111011 | 100110 |
Color Harmonies of #283899
Complementary color
Monochromatic Colors of #283899
Black with #283899
Text Example
Text Example
White with #283899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283899; }
p { color: rgb(40,56,153); }
H1.HeaderClassName
{
color: #283899;
}
.AnyTagClassName
{
color: #283899;
}
</style>
background-color css
<style>
a { background-color: #283899; }
a { background-color: rgb(40,56,153); }
div.DivClassName
{
background-color: #283899;
}
.BgClassName
{
background-color: #283899;
}
</style>
border-color css
<style>
span { border-color: #283899; }
span { border-color: rgb(40,56,153); }
td.TdClassName
{
border-color: #283899;
}
.TagClassName
{
border-color: #283899;
}
</style>