Shades of Egyptian Blue #282C9D
Tints of Egyptian Blue #282C9D
RGB
CMYK
RGB Variations
Color information
#282C9D (or 0x282C9D) is known color: Egyptian Blue. HEX triplet: 28, 2C and 9D. RGB value is (40,44,157). Sum of RGB (Red+Green+Blue) = 40+44+157=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #282C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C9D is #D7D362. Grayscale: #373737. Windows color (decimal): -14144355 or 10300456. OLE color: 10300456.
HSL color Cylindrical-coordinate representation of color #282C9D: hue angle of 237.95º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282C9D is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 44 | 157 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.38 |
| HSL | 237.95º | 0.59% | 0.39% | - |
| HSV(B) | 237.95º | 0.75% | 0.62% | - |
| XYZ | 7.86 | 4.69 | 32.39 | - |
| YUV | 55.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 157 | 0.75 | 0.72 | 0 | 0.38 | 237.95 | 0.59 | 0.39 |
| Hex | 28 | 2C | 9D | 4B | 48 | 0 | 26 | EE | 3B | 27 |
| Octal | 50 | 54 | 235 | 113 | 110 | 0 | 46 | 356 | 73 | 47 |
| Binary | 101000 | 101100 | 10011101 | 1001011 | 1001000 | 0 | 100110 | 11101110 | 111011 | 100111 |
Color Harmonies of #282C9D
Complementary color
Monochromatic Colors of #282C9D
Black with #282C9D
Text Example
Text Example
White with #282C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C9D; }
p { color: rgb(40,44,157); }
H1.HeaderClassName
{
color: #282C9D;
}
.AnyTagClassName
{
color: #282C9D;
}
</style>
background-color css
<style>
a { background-color: #282C9D; }
a { background-color: rgb(40,44,157); }
div.DivClassName
{
background-color: #282C9D;
}
.BgClassName
{
background-color: #282C9D;
}
</style>
border-color css
<style>
span { border-color: #282C9D; }
span { border-color: rgb(40,44,157); }
td.TdClassName
{
border-color: #282C9D;
}
.TagClassName
{
border-color: #282C9D;
}
</style>