Shades of Egyptian Blue #283EA3
Tints of Egyptian Blue #283EA3
RGB
CMYK
RGB Variations
Color information
#283EA3 (or 0x283EA3) is known color: Egyptian Blue. HEX triplet: 28, 3E and A3. RGB value is (40,62,163). Sum of RGB (Red+Green+Blue) = 40+62+163=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #283EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EA3 is #D7C15C. Grayscale: #424242. Windows color (decimal): -14139741 or 10698280. OLE color: 10698280.
HSL color Cylindrical-coordinate representation of color #283EA3: hue angle of 229.27º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283EA3 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 62 | 163 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.36 |
| HSL | 229.27º | 0.61% | 0.4% | - |
| HSV(B) | 229.27º | 0.75% | 0.64% | - |
| XYZ | 9.21 | 6.54 | 35.43 | - |
| YUV | 66.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 163 | 0.75 | 0.62 | 0 | 0.36 | 229.27 | 0.61 | 0.4 |
| Hex | 28 | 3E | A3 | 4B | 3E | 0 | 24 | E5 | 3D | 28 |
| Octal | 50 | 76 | 243 | 113 | 76 | 0 | 44 | 345 | 75 | 50 |
| Binary | 101000 | 111110 | 10100011 | 1001011 | 111110 | 0 | 100100 | 11100101 | 111101 | 101000 |
Color Harmonies of #283EA3
Complementary color
Monochromatic Colors of #283EA3
Black with #283EA3
Text Example
Text Example
White with #283EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EA3; }
p { color: rgb(40,62,163); }
H1.HeaderClassName
{
color: #283EA3;
}
.AnyTagClassName
{
color: #283EA3;
}
</style>
background-color css
<style>
a { background-color: #283EA3; }
a { background-color: rgb(40,62,163); }
div.DivClassName
{
background-color: #283EA3;
}
.BgClassName
{
background-color: #283EA3;
}
</style>
border-color css
<style>
span { border-color: #283EA3; }
span { border-color: rgb(40,62,163); }
td.TdClassName
{
border-color: #283EA3;
}
.TagClassName
{
border-color: #283EA3;
}
</style>