Shades of Egyptian Blue #282F95
Tints of Egyptian Blue #282F95
RGB
CMYK
RGB Variations
Color information
#282F95 (or 0x282F95) is known color: Egyptian Blue. HEX triplet: 28, 2F and 95. RGB value is (40,47,149). Sum of RGB (Red+Green+Blue) = 40+47+149=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #282F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F95 is #D7D06A. Grayscale: #383838. Windows color (decimal): -14143595 or 9776936. OLE color: 9776936.
HSL color Cylindrical-coordinate representation of color #282F95: hue angle of 236.15º degrees, saturation: 0.58, 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 #282F95 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 47 | 149 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.42 |
| HSL | 236.15º | 0.58% | 0.37% | - |
| HSV(B) | 236.15º | 0.73% | 0.58% | - |
| XYZ | 7.32 | 4.65 | 28.95 | - |
| YUV | 56.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 149 | 0.73 | 0.68 | 0 | 0.42 | 236.15 | 0.58 | 0.37 |
| Hex | 28 | 2F | 95 | 49 | 44 | 0 | 2A | EC | 3A | 25 |
| Octal | 50 | 57 | 225 | 111 | 104 | 0 | 52 | 354 | 72 | 45 |
| Binary | 101000 | 101111 | 10010101 | 1001001 | 1000100 | 0 | 101010 | 11101100 | 111010 | 100101 |
Color Harmonies of #282F95
Complementary color
Monochromatic Colors of #282F95
Black with #282F95
Text Example
Text Example
White with #282F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F95; }
p { color: rgb(40,47,149); }
H1.HeaderClassName
{
color: #282F95;
}
.AnyTagClassName
{
color: #282F95;
}
</style>
background-color css
<style>
a { background-color: #282F95; }
a { background-color: rgb(40,47,149); }
div.DivClassName
{
background-color: #282F95;
}
.BgClassName
{
background-color: #282F95;
}
</style>
border-color css
<style>
span { border-color: #282F95; }
span { border-color: rgb(40,47,149); }
td.TdClassName
{
border-color: #282F95;
}
.TagClassName
{
border-color: #282F95;
}
</style>