Shades of Egyptian Blue #2D33A0
Tints of Egyptian Blue #2D33A0
RGB
CMYK
RGB Variations
Color information
#2D33A0 (or 0x2D33A0) is known color: Egyptian Blue. HEX triplet: 2D, 33 and A0. RGB value is (45,51,160). Sum of RGB (Red+Green+Blue) = 45+51+160=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #2D33A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D33A0 is #D2CC5F. Grayscale: #3D3D3D. Windows color (decimal): -13814880 or 10498861. OLE color: 10498861.
HSL color Cylindrical-coordinate representation of color #2D33A0: hue angle of 236.87º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D33A0 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 51 | 160 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.37 |
| HSL | 236.87º | 0.56% | 0.4% | - |
| HSV(B) | 236.87º | 0.72% | 0.63% | - |
| XYZ | 8.61 | 5.46 | 33.86 | - |
| YUV | 61.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 160 | 0.72 | 0.68 | 0 | 0.37 | 236.87 | 0.56 | 0.4 |
| Hex | 2D | 33 | A0 | 48 | 44 | 0 | 25 | ED | 38 | 28 |
| Octal | 55 | 63 | 240 | 110 | 104 | 0 | 45 | 355 | 70 | 50 |
| Binary | 101101 | 110011 | 10100000 | 1001000 | 1000100 | 0 | 100101 | 11101101 | 111000 | 101000 |
Color Harmonies of #2D33A0
Complementary color
Monochromatic Colors of #2D33A0
Black with #2D33A0
Text Example
Text Example
White with #2D33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D33A0; }
p { color: rgb(45,51,160); }
H1.HeaderClassName
{
color: #2D33A0;
}
.AnyTagClassName
{
color: #2D33A0;
}
</style>
background-color css
<style>
a { background-color: #2D33A0; }
a { background-color: rgb(45,51,160); }
div.DivClassName
{
background-color: #2D33A0;
}
.BgClassName
{
background-color: #2D33A0;
}
</style>
border-color css
<style>
span { border-color: #2D33A0; }
span { border-color: rgb(45,51,160); }
td.TdClassName
{
border-color: #2D33A0;
}
.TagClassName
{
border-color: #2D33A0;
}
</style>