Shades of Egyptian Blue #282C96
Tints of Egyptian Blue #282C96
RGB
CMYK
RGB Variations
Color information
#282C96 (or 0x282C96) is known color: Egyptian Blue. HEX triplet: 28, 2C and 96. RGB value is (40,44,150). Sum of RGB (Red+Green+Blue) = 40+44+150=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #282C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C96 is #D7D369. Grayscale: #363636. Windows color (decimal): -14144362 or 9841704. OLE color: 9841704.
HSL color Cylindrical-coordinate representation of color #282C96: hue angle of 237.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282C96 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 44 | 150 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.41 |
| HSL | 237.82º | 0.58% | 0.37% | - |
| HSV(B) | 237.82º | 0.73% | 0.59% | - |
| XYZ | 7.28 | 4.45 | 29.33 | - |
| YUV | 54.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 150 | 0.73 | 0.71 | 0 | 0.41 | 237.82 | 0.58 | 0.37 |
| Hex | 28 | 2C | 96 | 49 | 47 | 0 | 29 | EE | 3A | 25 |
| Octal | 50 | 54 | 226 | 111 | 107 | 0 | 51 | 356 | 72 | 45 |
| Binary | 101000 | 101100 | 10010110 | 1001001 | 1000111 | 0 | 101001 | 11101110 | 111010 | 100101 |
Color Harmonies of #282C96
Complementary color
Monochromatic Colors of #282C96
Black with #282C96
Text Example
Text Example
White with #282C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C96; }
p { color: rgb(40,44,150); }
H1.HeaderClassName
{
color: #282C96;
}
.AnyTagClassName
{
color: #282C96;
}
</style>
background-color css
<style>
a { background-color: #282C96; }
a { background-color: rgb(40,44,150); }
div.DivClassName
{
background-color: #282C96;
}
.BgClassName
{
background-color: #282C96;
}
</style>
border-color css
<style>
span { border-color: #282C96; }
span { border-color: rgb(40,44,150); }
td.TdClassName
{
border-color: #282C96;
}
.TagClassName
{
border-color: #282C96;
}
</style>