Shades of Egyptian Blue #282C9F
Tints of Egyptian Blue #282C9F
RGB
CMYK
RGB Variations
Color information
#282C9F (or 0x282C9F) is known color: Egyptian Blue. HEX triplet: 28, 2C and 9F. RGB value is (40,44,159). Sum of RGB (Red+Green+Blue) = 40+44+159=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #282C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C9F is #D7D360. Grayscale: #373737. Windows color (decimal): -14144353 or 10431528. OLE color: 10431528.
HSL color Cylindrical-coordinate representation of color #282C9F: hue angle of 237.98º degrees, saturation: 0.6, 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 #282C9F is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 44 | 159 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.38 |
| HSL | 237.98º | 0.6% | 0.39% | - |
| HSV(B) | 237.98º | 0.75% | 0.62% | - |
| XYZ | 8.03 | 4.76 | 33.3 | - |
| YUV | 55.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 159 | 0.75 | 0.72 | 0 | 0.38 | 237.98 | 0.6 | 0.39 |
| Hex | 28 | 2C | 9F | 4B | 48 | 0 | 26 | EE | 3C | 27 |
| Octal | 50 | 54 | 237 | 113 | 110 | 0 | 46 | 356 | 74 | 47 |
| Binary | 101000 | 101100 | 10011111 | 1001011 | 1001000 | 0 | 100110 | 11101110 | 111100 | 100111 |
Color Harmonies of #282C9F
Complementary color
Monochromatic Colors of #282C9F
Black with #282C9F
Text Example
Text Example
White with #282C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C9F; }
p { color: rgb(40,44,159); }
H1.HeaderClassName
{
color: #282C9F;
}
.AnyTagClassName
{
color: #282C9F;
}
</style>
background-color css
<style>
a { background-color: #282C9F; }
a { background-color: rgb(40,44,159); }
div.DivClassName
{
background-color: #282C9F;
}
.BgClassName
{
background-color: #282C9F;
}
</style>
border-color css
<style>
span { border-color: #282C9F; }
span { border-color: rgb(40,44,159); }
td.TdClassName
{
border-color: #282C9F;
}
.TagClassName
{
border-color: #282C9F;
}
</style>