Shades of Egyptian Blue #223A93
Tints of Egyptian Blue #223A93
RGB
CMYK
RGB Variations
Color information
#223A93 (or 0x223A93) is known color: Egyptian Blue. HEX triplet: 22, 3A and 93. RGB value is (34,58,147). Sum of RGB (Red+Green+Blue) = 34+58+147=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #223A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A93 is #DDC56C. Grayscale: #3C3C3C. Windows color (decimal): -14533997 or 9648674. OLE color: 9648674.
HSL color Cylindrical-coordinate representation of color #223A93: hue angle of 227.26º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223A93 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 58 | 147 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.42 |
| HSL | 227.26º | 0.62% | 0.35% | - |
| HSV(B) | 227.26º | 0.77% | 0.58% | - |
| XYZ | 7.44 | 5.47 | 28.27 | - |
| YUV | 60.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 147 | 0.77 | 0.61 | 0 | 0.42 | 227.26 | 0.62 | 0.35 |
| Hex | 22 | 3A | 93 | 4D | 3D | 0 | 2A | E3 | 3E | 23 |
| Octal | 42 | 72 | 223 | 115 | 75 | 0 | 52 | 343 | 76 | 43 |
| Binary | 100010 | 111010 | 10010011 | 1001101 | 111101 | 0 | 101010 | 11100011 | 111110 | 100011 |
Color Harmonies of #223A93
Complementary color
Monochromatic Colors of #223A93
Black with #223A93
Text Example
Text Example
White with #223A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A93; }
p { color: rgb(34,58,147); }
H1.HeaderClassName
{
color: #223A93;
}
.AnyTagClassName
{
color: #223A93;
}
</style>
background-color css
<style>
a { background-color: #223A93; }
a { background-color: rgb(34,58,147); }
div.DivClassName
{
background-color: #223A93;
}
.BgClassName
{
background-color: #223A93;
}
</style>
border-color css
<style>
span { border-color: #223A93; }
span { border-color: rgb(34,58,147); }
td.TdClassName
{
border-color: #223A93;
}
.TagClassName
{
border-color: #223A93;
}
</style>