Shades of Egyptian Blue #2B329F
Tints of Egyptian Blue #2B329F
RGB
CMYK
RGB Variations
Color information
#2B329F (or 0x2B329F) is known color: Egyptian Blue. HEX triplet: 2B, 32 and 9F. RGB value is (43,50,159). Sum of RGB (Red+Green+Blue) = 43+50+159=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B329F is #D4CD60. Grayscale: #3B3B3B. Windows color (decimal): -13946209 or 10433067. OLE color: 10433067.
HSL color Cylindrical-coordinate representation of color #2B329F: hue angle of 236.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B329F is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 50 | 159 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.38 |
| HSL | 236.38º | 0.57% | 0.4% | - |
| HSV(B) | 236.38º | 0.73% | 0.62% | - |
| XYZ | 8.39 | 5.3 | 33.38 | - |
| YUV | 60.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 159 | 0.73 | 0.69 | 0 | 0.38 | 236.38 | 0.57 | 0.4 |
| Hex | 2B | 32 | 9F | 49 | 45 | 0 | 26 | EC | 39 | 28 |
| Octal | 53 | 62 | 237 | 111 | 105 | 0 | 46 | 354 | 71 | 50 |
| Binary | 101011 | 110010 | 10011111 | 1001001 | 1000101 | 0 | 100110 | 11101100 | 111001 | 101000 |
Color Harmonies of #2B329F
Complementary color
Monochromatic Colors of #2B329F
Black with #2B329F
Text Example
Text Example
White with #2B329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B329F; }
p { color: rgb(43,50,159); }
H1.HeaderClassName
{
color: #2B329F;
}
.AnyTagClassName
{
color: #2B329F;
}
</style>
background-color css
<style>
a { background-color: #2B329F; }
a { background-color: rgb(43,50,159); }
div.DivClassName
{
background-color: #2B329F;
}
.BgClassName
{
background-color: #2B329F;
}
</style>
border-color css
<style>
span { border-color: #2B329F; }
span { border-color: rgb(43,50,159); }
td.TdClassName
{
border-color: #2B329F;
}
.TagClassName
{
border-color: #2B329F;
}
</style>