Shades of Egyptian Blue #283299
Tints of Egyptian Blue #283299
RGB
CMYK
RGB Variations
Color information
#283299 (or 0x283299) is known color: Egyptian Blue. HEX triplet: 28, 32 and 99. RGB value is (40,50,153). Sum of RGB (Red+Green+Blue) = 40+50+153=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #283299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283299 is #D7CD66. Grayscale: #3A3A3A. Windows color (decimal): -14142823 or 10039848. OLE color: 10039848.
HSL color Cylindrical-coordinate representation of color #283299: hue angle of 234.69º 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 #283299 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 50 | 153 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.4 |
| HSL | 234.69º | 0.59% | 0.38% | - |
| HSV(B) | 234.69º | 0.74% | 0.6% | - |
| XYZ | 7.77 | 5.03 | 30.7 | - |
| YUV | 58.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 153 | 0.74 | 0.67 | 0 | 0.4 | 234.69 | 0.59 | 0.38 |
| Hex | 28 | 32 | 99 | 4A | 43 | 0 | 28 | EB | 3B | 26 |
| Octal | 50 | 62 | 231 | 112 | 103 | 0 | 50 | 353 | 73 | 46 |
| Binary | 101000 | 110010 | 10011001 | 1001010 | 1000011 | 0 | 101000 | 11101011 | 111011 | 100110 |
Color Harmonies of #283299
Complementary color
Monochromatic Colors of #283299
Black with #283299
Text Example
Text Example
White with #283299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283299; }
p { color: rgb(40,50,153); }
H1.HeaderClassName
{
color: #283299;
}
.AnyTagClassName
{
color: #283299;
}
</style>
background-color css
<style>
a { background-color: #283299; }
a { background-color: rgb(40,50,153); }
div.DivClassName
{
background-color: #283299;
}
.BgClassName
{
background-color: #283299;
}
</style>
border-color css
<style>
span { border-color: #283299; }
span { border-color: rgb(40,50,153); }
td.TdClassName
{
border-color: #283299;
}
.TagClassName
{
border-color: #283299;
}
</style>