Shades of Egyptian Blue #2B2B99
Tints of Egyptian Blue #2B2B99
RGB
CMYK
RGB Variations
Color information
#2B2B99 (or 0x2B2B99) is known color: Egyptian Blue. HEX triplet: 2B, 2B and 99. RGB value is (43,43,153). Sum of RGB (Red+Green+Blue) = 43+43+153=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B2B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2B99 is #D4D466. Grayscale: #373737. Windows color (decimal): -13948007 or 10038059. OLE color: 10038059.
HSL color Cylindrical-coordinate representation of color #2B2B99: hue angle of 240º 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 #2B2B99 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 43 | 153 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.4 |
| HSL | 240º | 0.56% | 0.38% | - |
| HSV(B) | 240º | 0.72% | 0.6% | - |
| XYZ | 7.61 | 4.54 | 30.61 | - |
| YUV | 55.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 153 | 0.72 | 0.72 | 0 | 0.4 | 240 | 0.56 | 0.38 |
| Hex | 2B | 2B | 99 | 48 | 48 | 0 | 28 | F0 | 38 | 26 |
| Octal | 53 | 53 | 231 | 110 | 110 | 0 | 50 | 360 | 70 | 46 |
| Binary | 101011 | 101011 | 10011001 | 1001000 | 1001000 | 0 | 101000 | 11110000 | 111000 | 100110 |
Color Harmonies of #2B2B99
Complementary color
Monochromatic Colors of #2B2B99
Black with #2B2B99
Text Example
Text Example
White with #2B2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B99; }
p { color: rgb(43,43,153); }
H1.HeaderClassName
{
color: #2B2B99;
}
.AnyTagClassName
{
color: #2B2B99;
}
</style>
background-color css
<style>
a { background-color: #2B2B99; }
a { background-color: rgb(43,43,153); }
div.DivClassName
{
background-color: #2B2B99;
}
.BgClassName
{
background-color: #2B2B99;
}
</style>
border-color css
<style>
span { border-color: #2B2B99; }
span { border-color: rgb(43,43,153); }
td.TdClassName
{
border-color: #2B2B99;
}
.TagClassName
{
border-color: #2B2B99;
}
</style>