Shades of Egyptian Blue #223CA0
Tints of Egyptian Blue #223CA0
RGB
CMYK
RGB Variations
Color information
#223CA0 (or 0x223CA0) is known color: Egyptian Blue. HEX triplet: 22, 3C and A0. RGB value is (34,60,160). Sum of RGB (Red+Green+Blue) = 34+60+160=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #223CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223CA0 is #DDC35F. Grayscale: #3F3F3F. Windows color (decimal): -14533472 or 10501154. OLE color: 10501154.
HSL color Cylindrical-coordinate representation of color #223CA0: hue angle of 227.62º 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 #223CA0 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 60 | 160 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.37 |
| HSL | 227.62º | 0.65% | 0.38% | - |
| HSV(B) | 227.62º | 0.79% | 0.63% | - |
| XYZ | 8.62 | 6.11 | 33.98 | - |
| YUV | 63.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 160 | 0.79 | 0.62 | 0 | 0.37 | 227.62 | 0.65 | 0.38 |
| Hex | 22 | 3C | A0 | 4F | 3E | 0 | 25 | E4 | 41 | 26 |
| Octal | 42 | 74 | 240 | 117 | 76 | 0 | 45 | 344 | 101 | 46 |
| Binary | 100010 | 111100 | 10100000 | 1001111 | 111110 | 0 | 100101 | 11100100 | 1000001 | 100110 |
Color Harmonies of #223CA0
Complementary color
Monochromatic Colors of #223CA0
Black with #223CA0
Text Example
Text Example
White with #223CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CA0; }
p { color: rgb(34,60,160); }
H1.HeaderClassName
{
color: #223CA0;
}
.AnyTagClassName
{
color: #223CA0;
}
</style>
background-color css
<style>
a { background-color: #223CA0; }
a { background-color: rgb(34,60,160); }
div.DivClassName
{
background-color: #223CA0;
}
.BgClassName
{
background-color: #223CA0;
}
</style>
border-color css
<style>
span { border-color: #223CA0; }
span { border-color: rgb(34,60,160); }
td.TdClassName
{
border-color: #223CA0;
}
.TagClassName
{
border-color: #223CA0;
}
</style>