Shades of Egyptian Blue #282F93
Tints of Egyptian Blue #282F93
RGB
CMYK
RGB Variations
Color information
#282F93 (or 0x282F93) is known color: Egyptian Blue. HEX triplet: 28, 2F and 93. RGB value is (40,47,147). Sum of RGB (Red+Green+Blue) = 40+47+147=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #282F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F93 is #D7D06C. Grayscale: #373737. Windows color (decimal): -14143597 or 9645864. OLE color: 9645864.
HSL color Cylindrical-coordinate representation of color #282F93: hue angle of 236.07º 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 #282F93 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 47 | 147 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.42 |
| HSL | 236.07º | 0.57% | 0.37% | - |
| HSV(B) | 236.07º | 0.73% | 0.58% | - |
| XYZ | 7.16 | 4.59 | 28.11 | - |
| YUV | 56.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 147 | 0.73 | 0.68 | 0 | 0.42 | 236.07 | 0.57 | 0.37 |
| Hex | 28 | 2F | 93 | 49 | 44 | 0 | 2A | EC | 39 | 25 |
| Octal | 50 | 57 | 223 | 111 | 104 | 0 | 52 | 354 | 71 | 45 |
| Binary | 101000 | 101111 | 10010011 | 1001001 | 1000100 | 0 | 101010 | 11101100 | 111001 | 100101 |
Color Harmonies of #282F93
Complementary color
Monochromatic Colors of #282F93
Black with #282F93
Text Example
Text Example
White with #282F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F93; }
p { color: rgb(40,47,147); }
H1.HeaderClassName
{
color: #282F93;
}
.AnyTagClassName
{
color: #282F93;
}
</style>
background-color css
<style>
a { background-color: #282F93; }
a { background-color: rgb(40,47,147); }
div.DivClassName
{
background-color: #282F93;
}
.BgClassName
{
background-color: #282F93;
}
</style>
border-color css
<style>
span { border-color: #282F93; }
span { border-color: rgb(40,47,147); }
td.TdClassName
{
border-color: #282F93;
}
.TagClassName
{
border-color: #282F93;
}
</style>