Shades of Egyptian Blue #223BA0
Tints of Egyptian Blue #223BA0
RGB
CMYK
RGB Variations
Color information
#223BA0 (or 0x223BA0) is known color: Egyptian Blue. HEX triplet: 22, 3B and A0. RGB value is (34,59,160). Sum of RGB (Red+Green+Blue) = 34+59+160=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #223BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BA0 is #DDC45F. Grayscale: #3E3E3E. Windows color (decimal): -14533728 or 10500898. OLE color: 10500898.
HSL color Cylindrical-coordinate representation of color #223BA0: hue angle of 228.1º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #223BA0 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 59 | 160 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.37 |
| HSL | 228.1º | 0.65% | 0.38% | - |
| HSV(B) | 228.1º | 0.79% | 0.63% | - |
| XYZ | 8.57 | 6.01 | 33.97 | - |
| YUV | 63.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 160 | 0.79 | 0.63 | 0 | 0.37 | 228.1 | 0.65 | 0.38 |
| Hex | 22 | 3B | A0 | 4F | 3F | 0 | 25 | E4 | 41 | 26 |
| Octal | 42 | 73 | 240 | 117 | 77 | 0 | 45 | 344 | 101 | 46 |
| Binary | 100010 | 111011 | 10100000 | 1001111 | 111111 | 0 | 100101 | 11100100 | 1000001 | 100110 |
Color Harmonies of #223BA0
Complementary color
Monochromatic Colors of #223BA0
Black with #223BA0
Text Example
Text Example
White with #223BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BA0; }
p { color: rgb(34,59,160); }
H1.HeaderClassName
{
color: #223BA0;
}
.AnyTagClassName
{
color: #223BA0;
}
</style>
background-color css
<style>
a { background-color: #223BA0; }
a { background-color: rgb(34,59,160); }
div.DivClassName
{
background-color: #223BA0;
}
.BgClassName
{
background-color: #223BA0;
}
</style>
border-color css
<style>
span { border-color: #223BA0; }
span { border-color: rgb(34,59,160); }
td.TdClassName
{
border-color: #223BA0;
}
.TagClassName
{
border-color: #223BA0;
}
</style>