Shades of Egyptian Blue #282D9A
Tints of Egyptian Blue #282D9A
RGB
CMYK
RGB Variations
Color information
#282D9A (or 0x282D9A) is known color: Egyptian Blue. HEX triplet: 28, 2D and 9A. RGB value is (40,45,154). Sum of RGB (Red+Green+Blue) = 40+45+154=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #282D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D9A is #D7D265. Grayscale: #373737. Windows color (decimal): -14144102 or 10104104. OLE color: 10104104.
HSL color Cylindrical-coordinate representation of color #282D9A: hue angle of 237.37º 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 #282D9A is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 45 | 154 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.40 |
| HSL | 237.37º | 0.59% | 0.38% | - |
| HSV(B) | 237.37º | 0.74% | 0.6% | - |
| XYZ | 7.65 | 4.66 | 31.07 | - |
| YUV | 55.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 154 | 0.74 | 0.71 | 0 | 0.40 | 237.37 | 0.59 | 0.38 |
| Hex | 28 | 2D | 9A | 4A | 47 | 0 | 28 | ED | 3B | 26 |
| Octal | 50 | 55 | 232 | 112 | 107 | 0 | 50 | 355 | 73 | 46 |
| Binary | 101000 | 101101 | 10011010 | 1001010 | 1000111 | 0 | 101000 | 11101101 | 111011 | 100110 |
Color Harmonies of #282D9A
Complementary color
Monochromatic Colors of #282D9A
Black with #282D9A
Text Example
Text Example
White with #282D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D9A; }
p { color: rgb(40,45,154); }
H1.HeaderClassName
{
color: #282D9A;
}
.AnyTagClassName
{
color: #282D9A;
}
</style>
background-color css
<style>
a { background-color: #282D9A; }
a { background-color: rgb(40,45,154); }
div.DivClassName
{
background-color: #282D9A;
}
.BgClassName
{
background-color: #282D9A;
}
</style>
border-color css
<style>
span { border-color: #282D9A; }
span { border-color: rgb(40,45,154); }
td.TdClassName
{
border-color: #282D9A;
}
.TagClassName
{
border-color: #282D9A;
}
</style>