Shades of Egyptian Blue #2B3A9E
Tints of Egyptian Blue #2B3A9E
RGB
CMYK
RGB Variations
Color information
#2B3A9E (or 0x2B3A9E) is known color: Egyptian Blue. HEX triplet: 2B, 3A and 9E. RGB value is (43,58,158). Sum of RGB (Red+Green+Blue) = 43+58+158=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B3A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A9E is #D4C561. Grayscale: #404040. Windows color (decimal): -13944162 or 10369579. OLE color: 10369579.
HSL color Cylindrical-coordinate representation of color #2B3A9E: hue angle of 232.17º 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 #2B3A9E is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 58 | 158 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.38 |
| HSL | 232.17º | 0.57% | 0.39% | - |
| HSV(B) | 232.17º | 0.73% | 0.62% | - |
| XYZ | 8.68 | 6.01 | 33.05 | - |
| YUV | 64.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 158 | 0.73 | 0.63 | 0 | 0.38 | 232.17 | 0.57 | 0.39 |
| Hex | 2B | 3A | 9E | 49 | 3F | 0 | 26 | E8 | 39 | 27 |
| Octal | 53 | 72 | 236 | 111 | 77 | 0 | 46 | 350 | 71 | 47 |
| Binary | 101011 | 111010 | 10011110 | 1001001 | 111111 | 0 | 100110 | 11101000 | 111001 | 100111 |
Color Harmonies of #2B3A9E
Complementary color
Monochromatic Colors of #2B3A9E
Black with #2B3A9E
Text Example
Text Example
White with #2B3A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A9E; }
p { color: rgb(43,58,158); }
H1.HeaderClassName
{
color: #2B3A9E;
}
.AnyTagClassName
{
color: #2B3A9E;
}
</style>
background-color css
<style>
a { background-color: #2B3A9E; }
a { background-color: rgb(43,58,158); }
div.DivClassName
{
background-color: #2B3A9E;
}
.BgClassName
{
background-color: #2B3A9E;
}
</style>
border-color css
<style>
span { border-color: #2B3A9E; }
span { border-color: rgb(43,58,158); }
td.TdClassName
{
border-color: #2B3A9E;
}
.TagClassName
{
border-color: #2B3A9E;
}
</style>