Shades of Egyptian Blue #2247A4
Tints of Egyptian Blue #2247A4
RGB
CMYK
RGB Variations
Color information
#2247A4 (or 0x2247A4) is known color: Egyptian Blue. HEX triplet: 22, 47 and A4. RGB value is (34,71,164). Sum of RGB (Red+Green+Blue) = 34+71+164=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #2247A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2247A4 is #DDB85B. Grayscale: #464646. Windows color (decimal): -14530652 or 10766114. OLE color: 10766114.
HSL color Cylindrical-coordinate representation of color #2247A4: hue angle of 222.92º 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 #2247A4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 71 | 164 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.36 |
| HSL | 222.92º | 0.66% | 0.39% | - |
| HSV(B) | 222.92º | 0.79% | 0.64% | - |
| XYZ | 9.61 | 7.53 | 36.07 | - |
| YUV | 70.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 164 | 0.79 | 0.57 | 0 | 0.36 | 222.92 | 0.66 | 0.39 |
| Hex | 22 | 47 | A4 | 4F | 39 | 0 | 24 | DF | 42 | 27 |
| Octal | 42 | 107 | 244 | 117 | 71 | 0 | 44 | 337 | 102 | 47 |
| Binary | 100010 | 1000111 | 10100100 | 1001111 | 111001 | 0 | 100100 | 11011111 | 1000010 | 100111 |
Color Harmonies of #2247A4
Complementary color
Monochromatic Colors of #2247A4
Black with #2247A4
Text Example
Text Example
White with #2247A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247A4; }
p { color: rgb(34,71,164); }
H1.HeaderClassName
{
color: #2247A4;
}
.AnyTagClassName
{
color: #2247A4;
}
</style>
background-color css
<style>
a { background-color: #2247A4; }
a { background-color: rgb(34,71,164); }
div.DivClassName
{
background-color: #2247A4;
}
.BgClassName
{
background-color: #2247A4;
}
</style>
border-color css
<style>
span { border-color: #2247A4; }
span { border-color: rgb(34,71,164); }
td.TdClassName
{
border-color: #2247A4;
}
.TagClassName
{
border-color: #2247A4;
}
</style>