Shades of Egyptian Blue #223AA8
Tints of Egyptian Blue #223AA8
RGB
CMYK
RGB Variations
Color information
#223AA8 (or 0x223AA8) is known color: Egyptian Blue. HEX triplet: 22, 3A and A8. RGB value is (34,58,168). Sum of RGB (Red+Green+Blue) = 34+58+168=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 168 (66.02% from 255 or 64.62% from 260); Max value from RGB is 168 - color contains mainly: blue. Hex color #223AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223AA8 is #DDC557. Grayscale: #3E3E3E. Windows color (decimal): -14533976 or 11024930. OLE color: 11024930.
HSL color Cylindrical-coordinate representation of color #223AA8: hue angle of 229.25º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223AA8 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 58 | 168 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.34 |
| HSL | 229.25º | 0.66% | 0.4% | - |
| HSV(B) | 229.25º | 0.8% | 0.66% | - |
| XYZ | 9.24 | 6.19 | 37.75 | - |
| YUV | 63.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 168 | 0.80 | 0.65 | 0 | 0.34 | 229.25 | 0.66 | 0.4 |
| Hex | 22 | 3A | A8 | 50 | 41 | 0 | 22 | E5 | 42 | 28 |
| Octal | 42 | 72 | 250 | 120 | 101 | 0 | 42 | 345 | 102 | 50 |
| Binary | 100010 | 111010 | 10101000 | 1010000 | 1000001 | 0 | 100010 | 11100101 | 1000010 | 101000 |
Color Harmonies of #223AA8
Complementary color
Monochromatic Colors of #223AA8
Black with #223AA8
Text Example
Text Example
White with #223AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AA8; }
p { color: rgb(34,58,168); }
H1.HeaderClassName
{
color: #223AA8;
}
.AnyTagClassName
{
color: #223AA8;
}
</style>
background-color css
<style>
a { background-color: #223AA8; }
a { background-color: rgb(34,58,168); }
div.DivClassName
{
background-color: #223AA8;
}
.BgClassName
{
background-color: #223AA8;
}
</style>
border-color css
<style>
span { border-color: #223AA8; }
span { border-color: rgb(34,58,168); }
td.TdClassName
{
border-color: #223AA8;
}
.TagClassName
{
border-color: #223AA8;
}
</style>