Shades of Egyptian Blue #2A2D96
Tints of Egyptian Blue #2A2D96
RGB
CMYK
RGB Variations
Color information
#2A2D96 (or 0x2A2D96) is known color: Egyptian Blue. HEX triplet: 2A, 2D and 96. RGB value is (42,45,150). Sum of RGB (Red+Green+Blue) = 42+45+150=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A2D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D96 is #D5D269. Grayscale: #373737. Windows color (decimal): -14013034 or 9841962. OLE color: 9841962.
HSL color Cylindrical-coordinate representation of color #2A2D96: hue angle of 238.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2D96 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 45 | 150 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.41 |
| HSL | 238.33º | 0.56% | 0.38% | - |
| HSV(B) | 238.33º | 0.72% | 0.59% | - |
| XYZ | 7.4 | 4.57 | 29.35 | - |
| YUV | 56.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 150 | 0.72 | 0.70 | 0 | 0.41 | 238.33 | 0.56 | 0.38 |
| Hex | 2A | 2D | 96 | 48 | 46 | 0 | 29 | EE | 38 | 26 |
| Octal | 52 | 55 | 226 | 110 | 106 | 0 | 51 | 356 | 70 | 46 |
| Binary | 101010 | 101101 | 10010110 | 1001000 | 1000110 | 0 | 101001 | 11101110 | 111000 | 100110 |
Color Harmonies of #2A2D96
Complementary color
Monochromatic Colors of #2A2D96
Black with #2A2D96
Text Example
Text Example
White with #2A2D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D96; }
p { color: rgb(42,45,150); }
H1.HeaderClassName
{
color: #2A2D96;
}
.AnyTagClassName
{
color: #2A2D96;
}
</style>
background-color css
<style>
a { background-color: #2A2D96; }
a { background-color: rgb(42,45,150); }
div.DivClassName
{
background-color: #2A2D96;
}
.BgClassName
{
background-color: #2A2D96;
}
</style>
border-color css
<style>
span { border-color: #2A2D96; }
span { border-color: rgb(42,45,150); }
td.TdClassName
{
border-color: #2A2D96;
}
.TagClassName
{
border-color: #2A2D96;
}
</style>