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