Shades of Egyptian Blue #282C94
Tints of Egyptian Blue #282C94
RGB
CMYK
RGB Variations
Color information
#282C94 (or 0x282C94) is known color: Egyptian Blue. HEX triplet: 28, 2C and 94. RGB value is (40,44,148). Sum of RGB (Red+Green+Blue) = 40+44+148=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #282C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C94 is #D7D36B. Grayscale: #363636. Windows color (decimal): -14144364 or 9710632. OLE color: 9710632.
HSL color Cylindrical-coordinate representation of color #282C94: hue angle of 237.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282C94 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 44 | 148 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.42 |
| HSL | 237.78º | 0.57% | 0.37% | - |
| HSV(B) | 237.78º | 0.73% | 0.58% | - |
| XYZ | 7.12 | 4.39 | 28.49 | - |
| YUV | 54.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 148 | 0.73 | 0.70 | 0 | 0.42 | 237.78 | 0.57 | 0.37 |
| Hex | 28 | 2C | 94 | 49 | 46 | 0 | 2A | EE | 39 | 25 |
| Octal | 50 | 54 | 224 | 111 | 106 | 0 | 52 | 356 | 71 | 45 |
| Binary | 101000 | 101100 | 10010100 | 1001001 | 1000110 | 0 | 101010 | 11101110 | 111001 | 100101 |
Color Harmonies of #282C94
Complementary color
Monochromatic Colors of #282C94
Black with #282C94
Text Example
Text Example
White with #282C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C94; }
p { color: rgb(40,44,148); }
H1.HeaderClassName
{
color: #282C94;
}
.AnyTagClassName
{
color: #282C94;
}
</style>
background-color css
<style>
a { background-color: #282C94; }
a { background-color: rgb(40,44,148); }
div.DivClassName
{
background-color: #282C94;
}
.BgClassName
{
background-color: #282C94;
}
</style>
border-color css
<style>
span { border-color: #282C94; }
span { border-color: rgb(40,44,148); }
td.TdClassName
{
border-color: #282C94;
}
.TagClassName
{
border-color: #282C94;
}
</style>