Shades of Egyptian Blue #223A90
Tints of Egyptian Blue #223A90
RGB
CMYK
RGB Variations
Color information
#223A90 (or 0x223A90) is known color: Egyptian Blue. HEX triplet: 22, 3A and 90. RGB value is (34,58,144). Sum of RGB (Red+Green+Blue) = 34+58+144=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #223A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A90 is #DDC56F. Grayscale: #3C3C3C. Windows color (decimal): -14534000 or 9452066. OLE color: 9452066.
HSL color Cylindrical-coordinate representation of color #223A90: hue angle of 226.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #223A90 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 58 | 144 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.44 |
| HSL | 226.91º | 0.62% | 0.35% | - |
| HSV(B) | 226.91º | 0.76% | 0.56% | - |
| XYZ | 7.21 | 5.38 | 27.04 | - |
| YUV | 60.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 144 | 0.76 | 0.60 | 0 | 0.44 | 226.91 | 0.62 | 0.35 |
| Hex | 22 | 3A | 90 | 4C | 3C | 0 | 2C | E3 | 3E | 23 |
| Octal | 42 | 72 | 220 | 114 | 74 | 0 | 54 | 343 | 76 | 43 |
| Binary | 100010 | 111010 | 10010000 | 1001100 | 111100 | 0 | 101100 | 11100011 | 111110 | 100011 |
Color Harmonies of #223A90
Complementary color
Monochromatic Colors of #223A90
Black with #223A90
Text Example
Text Example
White with #223A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A90; }
p { color: rgb(34,58,144); }
H1.HeaderClassName
{
color: #223A90;
}
.AnyTagClassName
{
color: #223A90;
}
</style>
background-color css
<style>
a { background-color: #223A90; }
a { background-color: rgb(34,58,144); }
div.DivClassName
{
background-color: #223A90;
}
.BgClassName
{
background-color: #223A90;
}
</style>
border-color css
<style>
span { border-color: #223A90; }
span { border-color: rgb(34,58,144); }
td.TdClassName
{
border-color: #223A90;
}
.TagClassName
{
border-color: #223A90;
}
</style>