Shades of Egyptian Blue #282F99
Tints of Egyptian Blue #282F99
RGB
CMYK
RGB Variations
Color information
#282F99 (or 0x282F99) is known color: Egyptian Blue. HEX triplet: 28, 2F and 99. RGB value is (40,47,153). Sum of RGB (Red+Green+Blue) = 40+47+153=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #282F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F99 is #D7D066. Grayscale: #383838. Windows color (decimal): -14143591 or 10039080. OLE color: 10039080.
HSL color Cylindrical-coordinate representation of color #282F99: hue angle of 236.28º degrees, saturation: 0.59, 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 #282F99 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 47 | 153 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.4 |
| HSL | 236.28º | 0.59% | 0.38% | - |
| HSV(B) | 236.28º | 0.74% | 0.6% | - |
| XYZ | 7.64 | 4.78 | 30.66 | - |
| YUV | 56.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 153 | 0.74 | 0.69 | 0 | 0.4 | 236.28 | 0.59 | 0.38 |
| Hex | 28 | 2F | 99 | 4A | 45 | 0 | 28 | EC | 3B | 26 |
| Octal | 50 | 57 | 231 | 112 | 105 | 0 | 50 | 354 | 73 | 46 |
| Binary | 101000 | 101111 | 10011001 | 1001010 | 1000101 | 0 | 101000 | 11101100 | 111011 | 100110 |
Color Harmonies of #282F99
Complementary color
Monochromatic Colors of #282F99
Black with #282F99
Text Example
Text Example
White with #282F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F99; }
p { color: rgb(40,47,153); }
H1.HeaderClassName
{
color: #282F99;
}
.AnyTagClassName
{
color: #282F99;
}
</style>
background-color css
<style>
a { background-color: #282F99; }
a { background-color: rgb(40,47,153); }
div.DivClassName
{
background-color: #282F99;
}
.BgClassName
{
background-color: #282F99;
}
</style>
border-color css
<style>
span { border-color: #282F99; }
span { border-color: rgb(40,47,153); }
td.TdClassName
{
border-color: #282F99;
}
.TagClassName
{
border-color: #282F99;
}
</style>