Shades of Egyptian Blue #2234A5
Tints of Egyptian Blue #2234A5
RGB
CMYK
RGB Variations
Color information
#2234A5 (or 0x2234A5) is known color: Egyptian Blue. HEX triplet: 22, 34 and A5. RGB value is (34,52,165). Sum of RGB (Red+Green+Blue) = 34+52+165=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 165 (64.84% from 255 or 65.74% from 251); Max value from RGB is 165 - color contains mainly: blue. Hex color #2234A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2234A5 is #DDCB5A. Grayscale: #3B3B3B. Windows color (decimal): -14535515 or 10826786. OLE color: 10826786.
HSL color Cylindrical-coordinate representation of color #2234A5: hue angle of 231.76º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2234A5 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 52 | 165 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.35 |
| HSL | 231.76º | 0.66% | 0.39% | - |
| HSV(B) | 231.76º | 0.79% | 0.65% | - |
| XYZ | 8.68 | 5.51 | 36.2 | - |
| YUV | 59.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 165 | 0.79 | 0.68 | 0 | 0.35 | 231.76 | 0.66 | 0.39 |
| Hex | 22 | 34 | A5 | 4F | 44 | 0 | 23 | E8 | 42 | 27 |
| Octal | 42 | 64 | 245 | 117 | 104 | 0 | 43 | 350 | 102 | 47 |
| Binary | 100010 | 110100 | 10100101 | 1001111 | 1000100 | 0 | 100011 | 11101000 | 1000010 | 100111 |
Color Harmonies of #2234A5
Complementary color
Monochromatic Colors of #2234A5
Black with #2234A5
Text Example
Text Example
White with #2234A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2234A5; }
p { color: rgb(34,52,165); }
H1.HeaderClassName
{
color: #2234A5;
}
.AnyTagClassName
{
color: #2234A5;
}
</style>
background-color css
<style>
a { background-color: #2234A5; }
a { background-color: rgb(34,52,165); }
div.DivClassName
{
background-color: #2234A5;
}
.BgClassName
{
background-color: #2234A5;
}
</style>
border-color css
<style>
span { border-color: #2234A5; }
span { border-color: rgb(34,52,165); }
td.TdClassName
{
border-color: #2234A5;
}
.TagClassName
{
border-color: #2234A5;
}
</style>