Shades of Egyptian Blue #2B299D
Tints of Egyptian Blue #2B299D
RGB
CMYK
RGB Variations
Color information
#2B299D (or 0x2B299D) is known color: Egyptian Blue. HEX triplet: 2B, 29 and 9D. RGB value is (43,41,157). Sum of RGB (Red+Green+Blue) = 43+41+157=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B299D is #D4D662. Grayscale: #363636. Windows color (decimal): -13948515 or 10299691. OLE color: 10299691.
HSL color Cylindrical-coordinate representation of color #2B299D: hue angle of 241.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B299D is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 41 | 157 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.38 |
| HSL | 241.03º | 0.59% | 0.39% | - |
| HSV(B) | 241.03º | 0.74% | 0.62% | - |
| XYZ | 7.88 | 4.53 | 32.36 | - |
| YUV | 54.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 157 | 0.73 | 0.74 | 0 | 0.38 | 241.03 | 0.59 | 0.39 |
| Hex | 2B | 29 | 9D | 49 | 4A | 0 | 26 | F1 | 3B | 27 |
| Octal | 53 | 51 | 235 | 111 | 112 | 0 | 46 | 361 | 73 | 47 |
| Binary | 101011 | 101001 | 10011101 | 1001001 | 1001010 | 0 | 100110 | 11110001 | 111011 | 100111 |
Color Harmonies of #2B299D
Complementary color
Monochromatic Colors of #2B299D
Black with #2B299D
Text Example
Text Example
White with #2B299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B299D; }
p { color: rgb(43,41,157); }
H1.HeaderClassName
{
color: #2B299D;
}
.AnyTagClassName
{
color: #2B299D;
}
</style>
background-color css
<style>
a { background-color: #2B299D; }
a { background-color: rgb(43,41,157); }
div.DivClassName
{
background-color: #2B299D;
}
.BgClassName
{
background-color: #2B299D;
}
</style>
border-color css
<style>
span { border-color: #2B299D; }
span { border-color: rgb(43,41,157); }
td.TdClassName
{
border-color: #2B299D;
}
.TagClassName
{
border-color: #2B299D;
}
</style>