Shades of Egyptian Blue #2B2CA1
Tints of Egyptian Blue #2B2CA1
RGB
CMYK
RGB Variations
Color information
#2B2CA1 (or 0x2B2CA1) is known color: Egyptian Blue. HEX triplet: 2B, 2C and A1. RGB value is (43,44,161). Sum of RGB (Red+Green+Blue) = 43+44+161=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #2B2CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2CA1 is #D4D35E. Grayscale: #383838. Windows color (decimal): -13947743 or 10562603. OLE color: 10562603.
HSL color Cylindrical-coordinate representation of color #2B2CA1: hue angle of 239.49º 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 #2B2CA1 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 44 | 161 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.37 |
| HSL | 239.49º | 0.58% | 0.4% | - |
| HSV(B) | 239.49º | 0.73% | 0.63% | - |
| XYZ | 8.33 | 4.89 | 34.22 | - |
| YUV | 57.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 161 | 0.73 | 0.73 | 0 | 0.37 | 239.49 | 0.58 | 0.4 |
| Hex | 2B | 2C | A1 | 49 | 49 | 0 | 25 | EF | 3A | 28 |
| Octal | 53 | 54 | 241 | 111 | 111 | 0 | 45 | 357 | 72 | 50 |
| Binary | 101011 | 101100 | 10100001 | 1001001 | 1001001 | 0 | 100101 | 11101111 | 111010 | 101000 |
Color Harmonies of #2B2CA1
Complementary color
Monochromatic Colors of #2B2CA1
Black with #2B2CA1
Text Example
Text Example
White with #2B2CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2CA1; }
p { color: rgb(43,44,161); }
H1.HeaderClassName
{
color: #2B2CA1;
}
.AnyTagClassName
{
color: #2B2CA1;
}
</style>
background-color css
<style>
a { background-color: #2B2CA1; }
a { background-color: rgb(43,44,161); }
div.DivClassName
{
background-color: #2B2CA1;
}
.BgClassName
{
background-color: #2B2CA1;
}
</style>
border-color css
<style>
span { border-color: #2B2CA1; }
span { border-color: rgb(43,44,161); }
td.TdClassName
{
border-color: #2B2CA1;
}
.TagClassName
{
border-color: #2B2CA1;
}
</style>