Shades of Egyptian Blue #282B9F
Tints of Egyptian Blue #282B9F
RGB
CMYK
RGB Variations
Color information
#282B9F (or 0x282B9F) is known color: Egyptian Blue. HEX triplet: 28, 2B and 9F. RGB value is (40,43,159). Sum of RGB (Red+Green+Blue) = 40+43+159=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #282B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282B9F is #D7D460. Grayscale: #363636. Windows color (decimal): -14144609 or 10431272. OLE color: 10431272.
HSL color Cylindrical-coordinate representation of color #282B9F: hue angle of 238.49º 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 #282B9F is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 43 | 159 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.38 |
| HSL | 238.49º | 0.6% | 0.39% | - |
| HSV(B) | 238.49º | 0.75% | 0.62% | - |
| XYZ | 8 | 4.68 | 33.28 | - |
| YUV | 55.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 159 | 0.75 | 0.73 | 0 | 0.38 | 238.49 | 0.6 | 0.39 |
| Hex | 28 | 2B | 9F | 4B | 49 | 0 | 26 | EE | 3C | 27 |
| Octal | 50 | 53 | 237 | 113 | 111 | 0 | 46 | 356 | 74 | 47 |
| Binary | 101000 | 101011 | 10011111 | 1001011 | 1001001 | 0 | 100110 | 11101110 | 111100 | 100111 |
Color Harmonies of #282B9F
Complementary color
Monochromatic Colors of #282B9F
Black with #282B9F
Text Example
Text Example
White with #282B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B9F; }
p { color: rgb(40,43,159); }
H1.HeaderClassName
{
color: #282B9F;
}
.AnyTagClassName
{
color: #282B9F;
}
</style>
background-color css
<style>
a { background-color: #282B9F; }
a { background-color: rgb(40,43,159); }
div.DivClassName
{
background-color: #282B9F;
}
.BgClassName
{
background-color: #282B9F;
}
</style>
border-color css
<style>
span { border-color: #282B9F; }
span { border-color: rgb(40,43,159); }
td.TdClassName
{
border-color: #282B9F;
}
.TagClassName
{
border-color: #282B9F;
}
</style>