Shades of Egyptian Blue #224399
Tints of Egyptian Blue #224399
RGB
CMYK
RGB Variations
Color information
#224399 (or 0x224399) is known color: Egyptian Blue. HEX triplet: 22, 43 and 99. RGB value is (34,67,153). Sum of RGB (Red+Green+Blue) = 34+67+153=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #224399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224399 is #DDBC66. Grayscale: #424242. Windows color (decimal): -14531687 or 10044194. OLE color: 10044194.
HSL color Cylindrical-coordinate representation of color #224399: hue angle of 223.36º 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 #224399 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 67 | 153 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.4 |
| HSL | 223.36º | 0.64% | 0.37% | - |
| HSV(B) | 223.36º | 0.78% | 0.6% | - |
| XYZ | 8.42 | 6.65 | 30.98 | - |
| YUV | 66.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 153 | 0.78 | 0.56 | 0 | 0.4 | 223.36 | 0.64 | 0.37 |
| Hex | 22 | 43 | 99 | 4E | 38 | 0 | 28 | DF | 40 | 25 |
| Octal | 42 | 103 | 231 | 116 | 70 | 0 | 50 | 337 | 100 | 45 |
| Binary | 100010 | 1000011 | 10011001 | 1001110 | 111000 | 0 | 101000 | 11011111 | 1000000 | 100101 |
Color Harmonies of #224399
Complementary color
Monochromatic Colors of #224399
Black with #224399
Text Example
Text Example
White with #224399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224399; }
p { color: rgb(34,67,153); }
H1.HeaderClassName
{
color: #224399;
}
.AnyTagClassName
{
color: #224399;
}
</style>
background-color css
<style>
a { background-color: #224399; }
a { background-color: rgb(34,67,153); }
div.DivClassName
{
background-color: #224399;
}
.BgClassName
{
background-color: #224399;
}
</style>
border-color css
<style>
span { border-color: #224399; }
span { border-color: rgb(34,67,153); }
td.TdClassName
{
border-color: #224399;
}
.TagClassName
{
border-color: #224399;
}
</style>