Shades of Egyptian Blue #223291
Tints of Egyptian Blue #223291
RGB
CMYK
RGB Variations
Color information
#223291 (or 0x223291) is known color: Egyptian Blue. HEX triplet: 22, 32 and 91. RGB value is (34,50,145). Sum of RGB (Red+Green+Blue) = 34+50+145=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #223291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223291 is #DDCD6E. Grayscale: #373737. Windows color (decimal): -14536047 or 9515554. OLE color: 9515554.
HSL color Cylindrical-coordinate representation of color #223291: hue angle of 231.35º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223291 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 50 | 145 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.43 |
| HSL | 231.35º | 0.62% | 0.35% | - |
| HSV(B) | 231.35º | 0.77% | 0.57% | - |
| XYZ | 6.91 | 4.67 | 27.32 | - |
| YUV | 56.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 145 | 0.77 | 0.66 | 0 | 0.43 | 231.35 | 0.62 | 0.35 |
| Hex | 22 | 32 | 91 | 4D | 42 | 0 | 2B | E7 | 3E | 23 |
| Octal | 42 | 62 | 221 | 115 | 102 | 0 | 53 | 347 | 76 | 43 |
| Binary | 100010 | 110010 | 10010001 | 1001101 | 1000010 | 0 | 101011 | 11100111 | 111110 | 100011 |
Color Harmonies of #223291
Complementary color
Monochromatic Colors of #223291
Black with #223291
Text Example
Text Example
White with #223291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223291; }
p { color: rgb(34,50,145); }
H1.HeaderClassName
{
color: #223291;
}
.AnyTagClassName
{
color: #223291;
}
</style>
background-color css
<style>
a { background-color: #223291; }
a { background-color: rgb(34,50,145); }
div.DivClassName
{
background-color: #223291;
}
.BgClassName
{
background-color: #223291;
}
</style>
border-color css
<style>
span { border-color: #223291; }
span { border-color: rgb(34,50,145); }
td.TdClassName
{
border-color: #223291;
}
.TagClassName
{
border-color: #223291;
}
</style>