Shades of Egyptian Blue #283898
Tints of Egyptian Blue #283898
RGB
CMYK
RGB Variations
Color information
#283898 (or 0x283898) is known color: Egyptian Blue. HEX triplet: 28, 38 and 98. RGB value is (40,56,152). Sum of RGB (Red+Green+Blue) = 40+56+152=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #283898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283898 is #D7C767. Grayscale: #3D3D3D. Windows color (decimal): -14141288 or 9975848. OLE color: 9975848.
HSL color Cylindrical-coordinate representation of color #283898: hue angle of 231.43º degrees, saturation: 0.58, 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 #283898 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 56 | 152 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.40 |
| HSL | 231.43º | 0.58% | 0.38% | - |
| HSV(B) | 231.43º | 0.74% | 0.6% | - |
| XYZ | 7.96 | 5.55 | 30.36 | - |
| YUV | 62.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 152 | 0.74 | 0.63 | 0 | 0.40 | 231.43 | 0.58 | 0.38 |
| Hex | 28 | 38 | 98 | 4A | 3F | 0 | 28 | E7 | 3A | 26 |
| Octal | 50 | 70 | 230 | 112 | 77 | 0 | 50 | 347 | 72 | 46 |
| Binary | 101000 | 111000 | 10011000 | 1001010 | 111111 | 0 | 101000 | 11100111 | 111010 | 100110 |
Color Harmonies of #283898
Complementary color
Monochromatic Colors of #283898
Black with #283898
Text Example
Text Example
White with #283898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283898; }
p { color: rgb(40,56,152); }
H1.HeaderClassName
{
color: #283898;
}
.AnyTagClassName
{
color: #283898;
}
</style>
background-color css
<style>
a { background-color: #283898; }
a { background-color: rgb(40,56,152); }
div.DivClassName
{
background-color: #283898;
}
.BgClassName
{
background-color: #283898;
}
</style>
border-color css
<style>
span { border-color: #283898; }
span { border-color: rgb(40,56,152); }
td.TdClassName
{
border-color: #283898;
}
.TagClassName
{
border-color: #283898;
}
</style>