Shades of Egyptian Blue #223FA4
Tints of Egyptian Blue #223FA4
RGB
CMYK
RGB Variations
Color information
#223FA4 (or 0x223FA4) is known color: Egyptian Blue. HEX triplet: 22, 3F and A4. RGB value is (34,63,164). Sum of RGB (Red+Green+Blue) = 34+63+164=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #223FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223FA4 is #DDC05B. Grayscale: #414141. Windows color (decimal): -14532700 or 10764066. OLE color: 10764066.
HSL color Cylindrical-coordinate representation of color #223FA4: hue angle of 226.62º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #223FA4 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 63 | 164 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.36 |
| HSL | 226.62º | 0.66% | 0.39% | - |
| HSV(B) | 226.62º | 0.79% | 0.64% | - |
| XYZ | 9.14 | 6.58 | 35.91 | - |
| YUV | 65.84 | 183.39 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 164 | 0.79 | 0.62 | 0 | 0.36 | 226.62 | 0.66 | 0.39 |
| Hex | 22 | 3F | A4 | 4F | 3E | 0 | 24 | E3 | 42 | 27 |
| Octal | 42 | 77 | 244 | 117 | 76 | 0 | 44 | 343 | 102 | 47 |
| Binary | 100010 | 111111 | 10100100 | 1001111 | 111110 | 0 | 100100 | 11100011 | 1000010 | 100111 |
Color Harmonies of #223FA4
Complementary color
Monochromatic Colors of #223FA4
Black with #223FA4
Text Example
Text Example
White with #223FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FA4; }
p { color: rgb(34,63,164); }
H1.HeaderClassName
{
color: #223FA4;
}
.AnyTagClassName
{
color: #223FA4;
}
</style>
background-color css
<style>
a { background-color: #223FA4; }
a { background-color: rgb(34,63,164); }
div.DivClassName
{
background-color: #223FA4;
}
.BgClassName
{
background-color: #223FA4;
}
</style>
border-color css
<style>
span { border-color: #223FA4; }
span { border-color: rgb(34,63,164); }
td.TdClassName
{
border-color: #223FA4;
}
.TagClassName
{
border-color: #223FA4;
}
</style>