Shades of Egyptian Blue #2B2FA1
Tints of Egyptian Blue #2B2FA1
RGB
CMYK
RGB Variations
Color information
#2B2FA1 (or 0x2B2FA1) is known color: Egyptian Blue. HEX triplet: 2B, 2F and A1. RGB value is (43,47,161). Sum of RGB (Red+Green+Blue) = 43+47+161=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #2B2FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2FA1 is #D4D05E. Grayscale: #3A3A3A. Windows color (decimal): -13946975 or 10563371. OLE color: 10563371.
HSL color Cylindrical-coordinate representation of color #2B2FA1: hue angle of 237.97º 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 #2B2FA1 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 47 | 161 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.37 |
| HSL | 237.97º | 0.58% | 0.4% | - |
| HSV(B) | 237.97º | 0.73% | 0.63% | - |
| XYZ | 8.45 | 5.12 | 34.26 | - |
| YUV | 58.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 161 | 0.73 | 0.71 | 0 | 0.37 | 237.97 | 0.58 | 0.4 |
| Hex | 2B | 2F | A1 | 49 | 47 | 0 | 25 | EE | 3A | 28 |
| Octal | 53 | 57 | 241 | 111 | 107 | 0 | 45 | 356 | 72 | 50 |
| Binary | 101011 | 101111 | 10100001 | 1001001 | 1000111 | 0 | 100101 | 11101110 | 111010 | 101000 |
Color Harmonies of #2B2FA1
Complementary color
Monochromatic Colors of #2B2FA1
Black with #2B2FA1
Text Example
Text Example
White with #2B2FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2FA1; }
p { color: rgb(43,47,161); }
H1.HeaderClassName
{
color: #2B2FA1;
}
.AnyTagClassName
{
color: #2B2FA1;
}
</style>
background-color css
<style>
a { background-color: #2B2FA1; }
a { background-color: rgb(43,47,161); }
div.DivClassName
{
background-color: #2B2FA1;
}
.BgClassName
{
background-color: #2B2FA1;
}
</style>
border-color css
<style>
span { border-color: #2B2FA1; }
span { border-color: rgb(43,47,161); }
td.TdClassName
{
border-color: #2B2FA1;
}
.TagClassName
{
border-color: #2B2FA1;
}
</style>