Shades of Egyptian Blue #2B329E
Tints of Egyptian Blue #2B329E
RGB
CMYK
RGB Variations
Color information
#2B329E (or 0x2B329E) is known color: Egyptian Blue. HEX triplet: 2B, 32 and 9E. RGB value is (43,50,158). Sum of RGB (Red+Green+Blue) = 43+50+158=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B329E is #D4CD61. Grayscale: #3B3B3B. Windows color (decimal): -13946210 or 10367531. OLE color: 10367531.
HSL color Cylindrical-coordinate representation of color #2B329E: hue angle of 236.35º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B329E is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 50 | 158 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.38 |
| HSL | 236.35º | 0.57% | 0.39% | - |
| HSV(B) | 236.35º | 0.73% | 0.62% | - |
| XYZ | 8.31 | 5.26 | 32.93 | - |
| YUV | 60.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 158 | 0.73 | 0.68 | 0 | 0.38 | 236.35 | 0.57 | 0.39 |
| Hex | 2B | 32 | 9E | 49 | 44 | 0 | 26 | EC | 39 | 27 |
| Octal | 53 | 62 | 236 | 111 | 104 | 0 | 46 | 354 | 71 | 47 |
| Binary | 101011 | 110010 | 10011110 | 1001001 | 1000100 | 0 | 100110 | 11101100 | 111001 | 100111 |
Color Harmonies of #2B329E
Complementary color
Monochromatic Colors of #2B329E
Black with #2B329E
Text Example
Text Example
White with #2B329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B329E; }
p { color: rgb(43,50,158); }
H1.HeaderClassName
{
color: #2B329E;
}
.AnyTagClassName
{
color: #2B329E;
}
</style>
background-color css
<style>
a { background-color: #2B329E; }
a { background-color: rgb(43,50,158); }
div.DivClassName
{
background-color: #2B329E;
}
.BgClassName
{
background-color: #2B329E;
}
</style>
border-color css
<style>
span { border-color: #2B329E; }
span { border-color: rgb(43,50,158); }
td.TdClassName
{
border-color: #2B329E;
}
.TagClassName
{
border-color: #2B329E;
}
</style>