Shades of Egyptian Blue #282C98
Tints of Egyptian Blue #282C98
RGB
CMYK
RGB Variations
Color information
#282C98 (or 0x282C98) is known color: Egyptian Blue. HEX triplet: 28, 2C and 98. RGB value is (40,44,152). Sum of RGB (Red+Green+Blue) = 40+44+152=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #282C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C98 is #D7D367. Grayscale: #363636. Windows color (decimal): -14144360 or 9972776. OLE color: 9972776.
HSL color Cylindrical-coordinate representation of color #282C98: hue angle of 237.86º 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 #282C98 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 44 | 152 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.40 |
| HSL | 237.86º | 0.58% | 0.38% | - |
| HSV(B) | 237.86º | 0.74% | 0.6% | - |
| XYZ | 7.44 | 4.52 | 30.19 | - |
| YUV | 55.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 152 | 0.74 | 0.71 | 0 | 0.40 | 237.86 | 0.58 | 0.38 |
| Hex | 28 | 2C | 98 | 4A | 47 | 0 | 28 | EE | 3A | 26 |
| Octal | 50 | 54 | 230 | 112 | 107 | 0 | 50 | 356 | 72 | 46 |
| Binary | 101000 | 101100 | 10011000 | 1001010 | 1000111 | 0 | 101000 | 11101110 | 111010 | 100110 |
Color Harmonies of #282C98
Complementary color
Monochromatic Colors of #282C98
Black with #282C98
Text Example
Text Example
White with #282C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C98; }
p { color: rgb(40,44,152); }
H1.HeaderClassName
{
color: #282C98;
}
.AnyTagClassName
{
color: #282C98;
}
</style>
background-color css
<style>
a { background-color: #282C98; }
a { background-color: rgb(40,44,152); }
div.DivClassName
{
background-color: #282C98;
}
.BgClassName
{
background-color: #282C98;
}
</style>
border-color css
<style>
span { border-color: #282C98; }
span { border-color: rgb(40,44,152); }
td.TdClassName
{
border-color: #282C98;
}
.TagClassName
{
border-color: #282C98;
}
</style>