Shades of Egyptian Blue #2B2D99
Tints of Egyptian Blue #2B2D99
RGB
CMYK
RGB Variations
Color information
#2B2D99 (or 0x2B2D99) is known color: Egyptian Blue. HEX triplet: 2B, 2D and 99. RGB value is (43,45,153). Sum of RGB (Red+Green+Blue) = 43+45+153=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B2D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2D99 is #D4D266. Grayscale: #383838. Windows color (decimal): -13947495 or 10038571. OLE color: 10038571.
HSL color Cylindrical-coordinate representation of color #2B2D99: hue angle of 238.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B2D99 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 45 | 153 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.4 |
| HSL | 238.91º | 0.56% | 0.38% | - |
| HSV(B) | 238.91º | 0.72% | 0.6% | - |
| XYZ | 7.68 | 4.69 | 30.64 | - |
| YUV | 56.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 153 | 0.72 | 0.71 | 0 | 0.4 | 238.91 | 0.56 | 0.38 |
| Hex | 2B | 2D | 99 | 48 | 47 | 0 | 28 | EF | 38 | 26 |
| Octal | 53 | 55 | 231 | 110 | 107 | 0 | 50 | 357 | 70 | 46 |
| Binary | 101011 | 101101 | 10011001 | 1001000 | 1000111 | 0 | 101000 | 11101111 | 111000 | 100110 |
Color Harmonies of #2B2D99
Complementary color
Monochromatic Colors of #2B2D99
Black with #2B2D99
Text Example
Text Example
White with #2B2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D99; }
p { color: rgb(43,45,153); }
H1.HeaderClassName
{
color: #2B2D99;
}
.AnyTagClassName
{
color: #2B2D99;
}
</style>
background-color css
<style>
a { background-color: #2B2D99; }
a { background-color: rgb(43,45,153); }
div.DivClassName
{
background-color: #2B2D99;
}
.BgClassName
{
background-color: #2B2D99;
}
</style>
border-color css
<style>
span { border-color: #2B2D99; }
span { border-color: rgb(43,45,153); }
td.TdClassName
{
border-color: #2B2D99;
}
.TagClassName
{
border-color: #2B2D99;
}
</style>