Shades of Egyptian Blue #2234A0
Tints of Egyptian Blue #2234A0
RGB
CMYK
RGB Variations
Color information
#2234A0 (or 0x2234A0) is known color: Egyptian Blue. HEX triplet: 22, 34 and A0. RGB value is (34,52,160). Sum of RGB (Red+Green+Blue) = 34+52+160=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #2234A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2234A0 is #DDCB5F. Grayscale: #3A3A3A. Windows color (decimal): -14535520 or 10499106. OLE color: 10499106.
HSL color Cylindrical-coordinate representation of color #2234A0: hue angle of 231.43º 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 #2234A0 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 52 | 160 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.37 |
| HSL | 231.43º | 0.65% | 0.38% | - |
| HSV(B) | 231.43º | 0.79% | 0.63% | - |
| XYZ | 8.23 | 5.33 | 33.85 | - |
| YUV | 58.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 160 | 0.79 | 0.68 | 0 | 0.37 | 231.43 | 0.65 | 0.38 |
| Hex | 22 | 34 | A0 | 4F | 44 | 0 | 25 | E7 | 41 | 26 |
| Octal | 42 | 64 | 240 | 117 | 104 | 0 | 45 | 347 | 101 | 46 |
| Binary | 100010 | 110100 | 10100000 | 1001111 | 1000100 | 0 | 100101 | 11100111 | 1000001 | 100110 |
Color Harmonies of #2234A0
Complementary color
Monochromatic Colors of #2234A0
Black with #2234A0
Text Example
Text Example
White with #2234A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2234A0; }
p { color: rgb(34,52,160); }
H1.HeaderClassName
{
color: #2234A0;
}
.AnyTagClassName
{
color: #2234A0;
}
</style>
background-color css
<style>
a { background-color: #2234A0; }
a { background-color: rgb(34,52,160); }
div.DivClassName
{
background-color: #2234A0;
}
.BgClassName
{
background-color: #2234A0;
}
</style>
border-color css
<style>
span { border-color: #2234A0; }
span { border-color: rgb(34,52,160); }
td.TdClassName
{
border-color: #2234A0;
}
.TagClassName
{
border-color: #2234A0;
}
</style>