Shades of Egyptian Blue #2238A1
Tints of Egyptian Blue #2238A1
RGB
CMYK
RGB Variations
Color information
#2238A1 (or 0x2238A1) is known color: Egyptian Blue. HEX triplet: 22, 38 and A1. RGB value is (34,56,161). Sum of RGB (Red+Green+Blue) = 34+56+161=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #2238A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2238A1 is #DDC75E. Grayscale: #3C3C3C. Windows color (decimal): -14534495 or 10565666. OLE color: 10565666.
HSL color Cylindrical-coordinate representation of color #2238A1: hue angle of 229.61º 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 #2238A1 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 56 | 161 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.37 |
| HSL | 229.61º | 0.65% | 0.38% | - |
| HSV(B) | 229.61º | 0.79% | 0.63% | - |
| XYZ | 8.51 | 5.74 | 34.38 | - |
| YUV | 61.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 161 | 0.79 | 0.65 | 0 | 0.37 | 229.61 | 0.65 | 0.38 |
| Hex | 22 | 38 | A1 | 4F | 41 | 0 | 25 | E6 | 41 | 26 |
| Octal | 42 | 70 | 241 | 117 | 101 | 0 | 45 | 346 | 101 | 46 |
| Binary | 100010 | 111000 | 10100001 | 1001111 | 1000001 | 0 | 100101 | 11100110 | 1000001 | 100110 |
Color Harmonies of #2238A1
Complementary color
Monochromatic Colors of #2238A1
Black with #2238A1
Text Example
Text Example
White with #2238A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2238A1; }
p { color: rgb(34,56,161); }
H1.HeaderClassName
{
color: #2238A1;
}
.AnyTagClassName
{
color: #2238A1;
}
</style>
background-color css
<style>
a { background-color: #2238A1; }
a { background-color: rgb(34,56,161); }
div.DivClassName
{
background-color: #2238A1;
}
.BgClassName
{
background-color: #2238A1;
}
</style>
border-color css
<style>
span { border-color: #2238A1; }
span { border-color: rgb(34,56,161); }
td.TdClassName
{
border-color: #2238A1;
}
.TagClassName
{
border-color: #2238A1;
}
</style>