Shades of Egyptian Blue #283D99
Tints of Egyptian Blue #283D99
RGB
CMYK
RGB Variations
Color information
#283D99 (or 0x283D99) is known color: Egyptian Blue. HEX triplet: 28, 3D and 99. RGB value is (40,61,153). Sum of RGB (Red+Green+Blue) = 40+61+153=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #283D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D99 is #D7C266. Grayscale: #404040. Windows color (decimal): -14140007 or 10042664. OLE color: 10042664.
HSL color Cylindrical-coordinate representation of color #283D99: hue angle of 228.85º 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 #283D99 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 61 | 153 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.4 |
| HSL | 228.85º | 0.59% | 0.38% | - |
| HSV(B) | 228.85º | 0.74% | 0.6% | - |
| XYZ | 8.29 | 6.09 | 30.88 | - |
| YUV | 65.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 153 | 0.74 | 0.60 | 0 | 0.4 | 228.85 | 0.59 | 0.38 |
| Hex | 28 | 3D | 99 | 4A | 3C | 0 | 28 | E5 | 3B | 26 |
| Octal | 50 | 75 | 231 | 112 | 74 | 0 | 50 | 345 | 73 | 46 |
| Binary | 101000 | 111101 | 10011001 | 1001010 | 111100 | 0 | 101000 | 11100101 | 111011 | 100110 |
Color Harmonies of #283D99
Complementary color
Monochromatic Colors of #283D99
Black with #283D99
Text Example
Text Example
White with #283D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D99; }
p { color: rgb(40,61,153); }
H1.HeaderClassName
{
color: #283D99;
}
.AnyTagClassName
{
color: #283D99;
}
</style>
background-color css
<style>
a { background-color: #283D99; }
a { background-color: rgb(40,61,153); }
div.DivClassName
{
background-color: #283D99;
}
.BgClassName
{
background-color: #283D99;
}
</style>
border-color css
<style>
span { border-color: #283D99; }
span { border-color: rgb(40,61,153); }
td.TdClassName
{
border-color: #283D99;
}
.TagClassName
{
border-color: #283D99;
}
</style>