Shades of Egyptian Blue #223699
Tints of Egyptian Blue #223699
RGB
CMYK
RGB Variations
Color information
#223699 (or 0x223699) is known color: Egyptian Blue. HEX triplet: 22, 36 and 99. RGB value is (34,54,153). Sum of RGB (Red+Green+Blue) = 34+54+153=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #223699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223699 is #DDC966. Grayscale: #3A3A3A. Windows color (decimal): -14535015 or 10040866. OLE color: 10040866.
HSL color Cylindrical-coordinate representation of color #223699: hue angle of 229.92º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223699 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 54 | 153 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.4 |
| HSL | 229.92º | 0.64% | 0.37% | - |
| HSV(B) | 229.92º | 0.78% | 0.6% | - |
| XYZ | 7.73 | 5.28 | 30.75 | - |
| YUV | 59.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 153 | 0.78 | 0.65 | 0 | 0.4 | 229.92 | 0.64 | 0.37 |
| Hex | 22 | 36 | 99 | 4E | 41 | 0 | 28 | E6 | 40 | 25 |
| Octal | 42 | 66 | 231 | 116 | 101 | 0 | 50 | 346 | 100 | 45 |
| Binary | 100010 | 110110 | 10011001 | 1001110 | 1000001 | 0 | 101000 | 11100110 | 1000000 | 100101 |
Color Harmonies of #223699
Complementary color
Monochromatic Colors of #223699
Black with #223699
Text Example
Text Example
White with #223699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223699; }
p { color: rgb(34,54,153); }
H1.HeaderClassName
{
color: #223699;
}
.AnyTagClassName
{
color: #223699;
}
</style>
background-color css
<style>
a { background-color: #223699; }
a { background-color: rgb(34,54,153); }
div.DivClassName
{
background-color: #223699;
}
.BgClassName
{
background-color: #223699;
}
</style>
border-color css
<style>
span { border-color: #223699; }
span { border-color: rgb(34,54,153); }
td.TdClassName
{
border-color: #223699;
}
.TagClassName
{
border-color: #223699;
}
</style>