Shades of Egyptian Blue #2D289F
Tints of Egyptian Blue #2D289F
RGB
CMYK
RGB Variations
Color information
#2D289F (or 0x2D289F) is known color: Egyptian Blue. HEX triplet: 2D, 28 and 9F. RGB value is (45,40,159). Sum of RGB (Red+Green+Blue) = 45+40+159=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D289F is #D2D760. Grayscale: #363636. Windows color (decimal): -13817697 or 10430509. OLE color: 10430509.
HSL color Cylindrical-coordinate representation of color #2D289F: hue angle of 242.52º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D289F is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 40 | 159 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.38 |
| HSL | 242.52º | 0.6% | 0.39% | - |
| HSV(B) | 242.52º | 0.75% | 0.62% | - |
| XYZ | 8.1 | 4.58 | 33.26 | - |
| YUV | 55.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 159 | 0.72 | 0.75 | 0 | 0.38 | 242.52 | 0.6 | 0.39 |
| Hex | 2D | 28 | 9F | 48 | 4B | 0 | 26 | F3 | 3C | 27 |
| Octal | 55 | 50 | 237 | 110 | 113 | 0 | 46 | 363 | 74 | 47 |
| Binary | 101101 | 101000 | 10011111 | 1001000 | 1001011 | 0 | 100110 | 11110011 | 111100 | 100111 |
Color Harmonies of #2D289F
Complementary color
Monochromatic Colors of #2D289F
Black with #2D289F
Text Example
Text Example
White with #2D289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D289F; }
p { color: rgb(45,40,159); }
H1.HeaderClassName
{
color: #2D289F;
}
.AnyTagClassName
{
color: #2D289F;
}
</style>
background-color css
<style>
a { background-color: #2D289F; }
a { background-color: rgb(45,40,159); }
div.DivClassName
{
background-color: #2D289F;
}
.BgClassName
{
background-color: #2D289F;
}
</style>
border-color css
<style>
span { border-color: #2D289F; }
span { border-color: rgb(45,40,159); }
td.TdClassName
{
border-color: #2D289F;
}
.TagClassName
{
border-color: #2D289F;
}
</style>