Shades of Egyptian Blue #2B3BA1
Tints of Egyptian Blue #2B3BA1
RGB
CMYK
RGB Variations
Color information
#2B3BA1 (or 0x2B3BA1) is known color: Egyptian Blue. HEX triplet: 2B, 3B and A1. RGB value is (43,59,161). Sum of RGB (Red+Green+Blue) = 43+59+161=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #2B3BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3BA1 is #D4C45E. Grayscale: #414141. Windows color (decimal): -13943903 or 10566443. OLE color: 10566443.
HSL color Cylindrical-coordinate representation of color #2B3BA1: hue angle of 231.86º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B3BA1 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 59 | 161 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.37 |
| HSL | 231.86º | 0.58% | 0.4% | - |
| HSV(B) | 231.86º | 0.73% | 0.63% | - |
| XYZ | 8.99 | 6.21 | 34.44 | - |
| YUV | 65.84 | 181.7 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 161 | 0.73 | 0.63 | 0 | 0.37 | 231.86 | 0.58 | 0.4 |
| Hex | 2B | 3B | A1 | 49 | 3F | 0 | 25 | E8 | 3A | 28 |
| Octal | 53 | 73 | 241 | 111 | 77 | 0 | 45 | 350 | 72 | 50 |
| Binary | 101011 | 111011 | 10100001 | 1001001 | 111111 | 0 | 100101 | 11101000 | 111010 | 101000 |
Color Harmonies of #2B3BA1
Complementary color
Monochromatic Colors of #2B3BA1
Black with #2B3BA1
Text Example
Text Example
White with #2B3BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3BA1; }
p { color: rgb(43,59,161); }
H1.HeaderClassName
{
color: #2B3BA1;
}
.AnyTagClassName
{
color: #2B3BA1;
}
</style>
background-color css
<style>
a { background-color: #2B3BA1; }
a { background-color: rgb(43,59,161); }
div.DivClassName
{
background-color: #2B3BA1;
}
.BgClassName
{
background-color: #2B3BA1;
}
</style>
border-color css
<style>
span { border-color: #2B3BA1; }
span { border-color: rgb(43,59,161); }
td.TdClassName
{
border-color: #2B3BA1;
}
.TagClassName
{
border-color: #2B3BA1;
}
</style>