Shades of Egyptian Blue #282E9B
Tints of Egyptian Blue #282E9B
RGB
CMYK
RGB Variations
Color information
#282E9B (or 0x282E9B) is known color: Egyptian Blue. HEX triplet: 28, 2E and 9B. RGB value is (40,46,155). Sum of RGB (Red+Green+Blue) = 40+46+155=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #282E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E9B is #D7D164. Grayscale: #383838. Windows color (decimal): -14143845 or 10169896. OLE color: 10169896.
HSL color Cylindrical-coordinate representation of color #282E9B: hue angle of 236.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282E9B is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 46 | 155 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.39 |
| HSL | 236.87º | 0.59% | 0.38% | - |
| HSV(B) | 236.87º | 0.74% | 0.61% | - |
| XYZ | 7.77 | 4.77 | 31.52 | - |
| YUV | 56.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 155 | 0.74 | 0.70 | 0 | 0.39 | 236.87 | 0.59 | 0.38 |
| Hex | 28 | 2E | 9B | 4A | 46 | 0 | 27 | ED | 3B | 26 |
| Octal | 50 | 56 | 233 | 112 | 106 | 0 | 47 | 355 | 73 | 46 |
| Binary | 101000 | 101110 | 10011011 | 1001010 | 1000110 | 0 | 100111 | 11101101 | 111011 | 100110 |
Color Harmonies of #282E9B
Complementary color
Monochromatic Colors of #282E9B
Black with #282E9B
Text Example
Text Example
White with #282E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E9B; }
p { color: rgb(40,46,155); }
H1.HeaderClassName
{
color: #282E9B;
}
.AnyTagClassName
{
color: #282E9B;
}
</style>
background-color css
<style>
a { background-color: #282E9B; }
a { background-color: rgb(40,46,155); }
div.DivClassName
{
background-color: #282E9B;
}
.BgClassName
{
background-color: #282E9B;
}
</style>
border-color css
<style>
span { border-color: #282E9B; }
span { border-color: rgb(40,46,155); }
td.TdClassName
{
border-color: #282E9B;
}
.TagClassName
{
border-color: #282E9B;
}
</style>