Shades of Egyptian Blue #283399
Tints of Egyptian Blue #283399
RGB
CMYK
RGB Variations
Color information
#283399 (or 0x283399) is known color: Egyptian Blue. HEX triplet: 28, 33 and 99. RGB value is (40,51,153). Sum of RGB (Red+Green+Blue) = 40+51+153=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #283399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283399 is #D7CC66. Grayscale: #3A3A3A. Windows color (decimal): -14142567 or 10040104. OLE color: 10040104.
HSL color Cylindrical-coordinate representation of color #283399: hue angle of 234.16º 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 #283399 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 51 | 153 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.4 |
| HSL | 234.16º | 0.59% | 0.38% | - |
| HSV(B) | 234.16º | 0.74% | 0.6% | - |
| XYZ | 7.81 | 5.12 | 30.71 | - |
| YUV | 59.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 153 | 0.74 | 0.67 | 0 | 0.4 | 234.16 | 0.59 | 0.38 |
| Hex | 28 | 33 | 99 | 4A | 43 | 0 | 28 | EA | 3B | 26 |
| Octal | 50 | 63 | 231 | 112 | 103 | 0 | 50 | 352 | 73 | 46 |
| Binary | 101000 | 110011 | 10011001 | 1001010 | 1000011 | 0 | 101000 | 11101010 | 111011 | 100110 |
Color Harmonies of #283399
Complementary color
Monochromatic Colors of #283399
Black with #283399
Text Example
Text Example
White with #283399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283399; }
p { color: rgb(40,51,153); }
H1.HeaderClassName
{
color: #283399;
}
.AnyTagClassName
{
color: #283399;
}
</style>
background-color css
<style>
a { background-color: #283399; }
a { background-color: rgb(40,51,153); }
div.DivClassName
{
background-color: #283399;
}
.BgClassName
{
background-color: #283399;
}
</style>
border-color css
<style>
span { border-color: #283399; }
span { border-color: rgb(40,51,153); }
td.TdClassName
{
border-color: #283399;
}
.TagClassName
{
border-color: #283399;
}
</style>