Shades of Egyptian Blue #283699
Tints of Egyptian Blue #283699
RGB
CMYK
RGB Variations
Color information
#283699 (or 0x283699) is known color: Egyptian Blue. HEX triplet: 28, 36 and 99. RGB value is (40,54,153). Sum of RGB (Red+Green+Blue) = 40+54+153=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #283699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283699 is #D7C966. Grayscale: #3C3C3C. Windows color (decimal): -14141799 or 10040872. OLE color: 10040872.
HSL color Cylindrical-coordinate representation of color #283699: hue angle of 232.57º 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 #283699 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 54 | 153 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.4 |
| HSL | 232.57º | 0.59% | 0.38% | - |
| HSV(B) | 232.57º | 0.74% | 0.6% | - |
| XYZ | 7.94 | 5.39 | 30.76 | - |
| YUV | 61.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 153 | 0.74 | 0.65 | 0 | 0.4 | 232.57 | 0.59 | 0.38 |
| Hex | 28 | 36 | 99 | 4A | 41 | 0 | 28 | E9 | 3B | 26 |
| Octal | 50 | 66 | 231 | 112 | 101 | 0 | 50 | 351 | 73 | 46 |
| Binary | 101000 | 110110 | 10011001 | 1001010 | 1000001 | 0 | 101000 | 11101001 | 111011 | 100110 |
Color Harmonies of #283699
Complementary color
Monochromatic Colors of #283699
Black with #283699
Text Example
Text Example
White with #283699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283699; }
p { color: rgb(40,54,153); }
H1.HeaderClassName
{
color: #283699;
}
.AnyTagClassName
{
color: #283699;
}
</style>
background-color css
<style>
a { background-color: #283699; }
a { background-color: rgb(40,54,153); }
div.DivClassName
{
background-color: #283699;
}
.BgClassName
{
background-color: #283699;
}
</style>
border-color css
<style>
span { border-color: #283699; }
span { border-color: rgb(40,54,153); }
td.TdClassName
{
border-color: #283699;
}
.TagClassName
{
border-color: #283699;
}
</style>