Shades of Egyptian Blue #283A97
Tints of Egyptian Blue #283A97
RGB
CMYK
RGB Variations
Color information
#283A97 (or 0x283A97) is known color: Egyptian Blue. HEX triplet: 28, 3A and 97. RGB value is (40,58,151). Sum of RGB (Red+Green+Blue) = 40+58+151=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #283A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A97 is #D7C568. Grayscale: #3E3E3E. Windows color (decimal): -14140777 or 9910824. OLE color: 9910824.
HSL color Cylindrical-coordinate representation of color #283A97: hue angle of 230.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283A97 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 58 | 151 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.41 |
| HSL | 230.27º | 0.58% | 0.37% | - |
| HSV(B) | 230.27º | 0.74% | 0.59% | - |
| XYZ | 7.97 | 5.71 | 29.96 | - |
| YUV | 63.22 | 177.54 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 151 | 0.74 | 0.62 | 0 | 0.41 | 230.27 | 0.58 | 0.37 |
| Hex | 28 | 3A | 97 | 4A | 3E | 0 | 29 | E6 | 3A | 25 |
| Octal | 50 | 72 | 227 | 112 | 76 | 0 | 51 | 346 | 72 | 45 |
| Binary | 101000 | 111010 | 10010111 | 1001010 | 111110 | 0 | 101001 | 11100110 | 111010 | 100101 |
Color Harmonies of #283A97
Complementary color
Monochromatic Colors of #283A97
Black with #283A97
Text Example
Text Example
White with #283A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A97; }
p { color: rgb(40,58,151); }
H1.HeaderClassName
{
color: #283A97;
}
.AnyTagClassName
{
color: #283A97;
}
</style>
background-color css
<style>
a { background-color: #283A97; }
a { background-color: rgb(40,58,151); }
div.DivClassName
{
background-color: #283A97;
}
.BgClassName
{
background-color: #283A97;
}
</style>
border-color css
<style>
span { border-color: #283A97; }
span { border-color: rgb(40,58,151); }
td.TdClassName
{
border-color: #283A97;
}
.TagClassName
{
border-color: #283A97;
}
</style>