Shades of Egyptian Blue #223292
Tints of Egyptian Blue #223292
RGB
CMYK
RGB Variations
Color information
#223292 (or 0x223292) is known color: Egyptian Blue. HEX triplet: 22, 32 and 92. RGB value is (34,50,146). Sum of RGB (Red+Green+Blue) = 34+50+146=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #223292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223292 is #DDCD6D. Grayscale: #373737. Windows color (decimal): -14536046 or 9581090. OLE color: 9581090.
HSL color Cylindrical-coordinate representation of color #223292: hue angle of 231.43º 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 #223292 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 50 | 146 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.43 |
| HSL | 231.43º | 0.62% | 0.35% | - |
| HSV(B) | 231.43º | 0.77% | 0.57% | - |
| XYZ | 6.99 | 4.7 | 27.73 | - |
| YUV | 56.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 146 | 0.77 | 0.66 | 0 | 0.43 | 231.43 | 0.62 | 0.35 |
| Hex | 22 | 32 | 92 | 4D | 42 | 0 | 2B | E7 | 3E | 23 |
| Octal | 42 | 62 | 222 | 115 | 102 | 0 | 53 | 347 | 76 | 43 |
| Binary | 100010 | 110010 | 10010010 | 1001101 | 1000010 | 0 | 101011 | 11100111 | 111110 | 100011 |
Color Harmonies of #223292
Complementary color
Monochromatic Colors of #223292
Black with #223292
Text Example
Text Example
White with #223292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223292; }
p { color: rgb(34,50,146); }
H1.HeaderClassName
{
color: #223292;
}
.AnyTagClassName
{
color: #223292;
}
</style>
background-color css
<style>
a { background-color: #223292; }
a { background-color: rgb(34,50,146); }
div.DivClassName
{
background-color: #223292;
}
.BgClassName
{
background-color: #223292;
}
</style>
border-color css
<style>
span { border-color: #223292; }
span { border-color: rgb(34,50,146); }
td.TdClassName
{
border-color: #223292;
}
.TagClassName
{
border-color: #223292;
}
</style>