Shades of Egyptian Blue #2B289D
Tints of Egyptian Blue #2B289D
RGB
CMYK
RGB Variations
Color information
#2B289D (or 0x2B289D) is known color: Egyptian Blue. HEX triplet: 2B, 28 and 9D. RGB value is (43,40,157). Sum of RGB (Red+Green+Blue) = 43+40+157=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B289D is #D4D762. Grayscale: #353535. Windows color (decimal): -13948771 or 10299435. OLE color: 10299435.
HSL color Cylindrical-coordinate representation of color #2B289D: hue angle of 241.54º 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 #2B289D is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 40 | 157 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.38 |
| HSL | 241.54º | 0.59% | 0.39% | - |
| HSV(B) | 241.54º | 0.75% | 0.62% | - |
| XYZ | 7.84 | 4.47 | 32.35 | - |
| YUV | 54.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 157 | 0.73 | 0.75 | 0 | 0.38 | 241.54 | 0.59 | 0.39 |
| Hex | 2B | 28 | 9D | 49 | 4B | 0 | 26 | F2 | 3B | 27 |
| Octal | 53 | 50 | 235 | 111 | 113 | 0 | 46 | 362 | 73 | 47 |
| Binary | 101011 | 101000 | 10011101 | 1001001 | 1001011 | 0 | 100110 | 11110010 | 111011 | 100111 |
Color Harmonies of #2B289D
Complementary color
Monochromatic Colors of #2B289D
Black with #2B289D
Text Example
Text Example
White with #2B289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B289D; }
p { color: rgb(43,40,157); }
H1.HeaderClassName
{
color: #2B289D;
}
.AnyTagClassName
{
color: #2B289D;
}
</style>
background-color css
<style>
a { background-color: #2B289D; }
a { background-color: rgb(43,40,157); }
div.DivClassName
{
background-color: #2B289D;
}
.BgClassName
{
background-color: #2B289D;
}
</style>
border-color css
<style>
span { border-color: #2B289D; }
span { border-color: rgb(43,40,157); }
td.TdClassName
{
border-color: #2B289D;
}
.TagClassName
{
border-color: #2B289D;
}
</style>