Shades of Egyptian Blue #282C97
Tints of Egyptian Blue #282C97
RGB
CMYK
RGB Variations
Color information
#282C97 (or 0x282C97) is known color: Egyptian Blue. HEX triplet: 28, 2C and 97. RGB value is (40,44,151). Sum of RGB (Red+Green+Blue) = 40+44+151=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #282C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C97 is #D7D368. Grayscale: #363636. Windows color (decimal): -14144361 or 9907240. OLE color: 9907240.
HSL color Cylindrical-coordinate representation of color #282C97: hue angle of 237.84º 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 #282C97 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 44 | 151 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.41 |
| HSL | 237.84º | 0.58% | 0.37% | - |
| HSV(B) | 237.84º | 0.74% | 0.59% | - |
| XYZ | 7.36 | 4.49 | 29.76 | - |
| YUV | 55 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 151 | 0.74 | 0.71 | 0 | 0.41 | 237.84 | 0.58 | 0.37 |
| Hex | 28 | 2C | 97 | 4A | 47 | 0 | 29 | EE | 3A | 25 |
| Octal | 50 | 54 | 227 | 112 | 107 | 0 | 51 | 356 | 72 | 45 |
| Binary | 101000 | 101100 | 10010111 | 1001010 | 1000111 | 0 | 101001 | 11101110 | 111010 | 100101 |
Color Harmonies of #282C97
Complementary color
Monochromatic Colors of #282C97
Black with #282C97
Text Example
Text Example
White with #282C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C97; }
p { color: rgb(40,44,151); }
H1.HeaderClassName
{
color: #282C97;
}
.AnyTagClassName
{
color: #282C97;
}
</style>
background-color css
<style>
a { background-color: #282C97; }
a { background-color: rgb(40,44,151); }
div.DivClassName
{
background-color: #282C97;
}
.BgClassName
{
background-color: #282C97;
}
</style>
border-color css
<style>
span { border-color: #282C97; }
span { border-color: rgb(40,44,151); }
td.TdClassName
{
border-color: #282C97;
}
.TagClassName
{
border-color: #282C97;
}
</style>