Shades of Egyptian Blue #2B299B
Tints of Egyptian Blue #2B299B
RGB
CMYK
RGB Variations
Color information
#2B299B (or 0x2B299B) is known color: Egyptian Blue. HEX triplet: 2B, 29 and 9B. RGB value is (43,41,155). Sum of RGB (Red+Green+Blue) = 43+41+155=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B299B is #D4D664. Grayscale: #363636. Windows color (decimal): -13948517 or 10168619. OLE color: 10168619.
HSL color Cylindrical-coordinate representation of color #2B299B: hue angle of 241.05º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B299B is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 41 | 155 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.39 |
| HSL | 241.05º | 0.58% | 0.38% | - |
| HSV(B) | 241.05º | 0.74% | 0.61% | - |
| XYZ | 7.71 | 4.47 | 31.47 | - |
| YUV | 54.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 155 | 0.72 | 0.74 | 0 | 0.39 | 241.05 | 0.58 | 0.38 |
| Hex | 2B | 29 | 9B | 48 | 4A | 0 | 27 | F1 | 3A | 26 |
| Octal | 53 | 51 | 233 | 110 | 112 | 0 | 47 | 361 | 72 | 46 |
| Binary | 101011 | 101001 | 10011011 | 1001000 | 1001010 | 0 | 100111 | 11110001 | 111010 | 100110 |
Color Harmonies of #2B299B
Complementary color
Monochromatic Colors of #2B299B
Black with #2B299B
Text Example
Text Example
White with #2B299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B299B; }
p { color: rgb(43,41,155); }
H1.HeaderClassName
{
color: #2B299B;
}
.AnyTagClassName
{
color: #2B299B;
}
</style>
background-color css
<style>
a { background-color: #2B299B; }
a { background-color: rgb(43,41,155); }
div.DivClassName
{
background-color: #2B299B;
}
.BgClassName
{
background-color: #2B299B;
}
</style>
border-color css
<style>
span { border-color: #2B299B; }
span { border-color: rgb(43,41,155); }
td.TdClassName
{
border-color: #2B299B;
}
.TagClassName
{
border-color: #2B299B;
}
</style>