Shades of Egyptian Blue #22439D
Tints of Egyptian Blue #22439D
RGB
CMYK
RGB Variations
Color information
#22439D (or 0x22439D) is known color: Egyptian Blue. HEX triplet: 22, 43 and 9D. RGB value is (34,67,157). Sum of RGB (Red+Green+Blue) = 34+67+157=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #22439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22439D is #DDBC62. Grayscale: #434343. Windows color (decimal): -14531683 or 10306338. OLE color: 10306338.
HSL color Cylindrical-coordinate representation of color #22439D: hue angle of 223.9º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22439D is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 67 | 157 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.38 |
| HSL | 223.9º | 0.64% | 0.37% | - |
| HSV(B) | 223.9º | 0.78% | 0.62% | - |
| XYZ | 8.75 | 6.79 | 32.75 | - |
| YUV | 67.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 157 | 0.78 | 0.57 | 0 | 0.38 | 223.9 | 0.64 | 0.37 |
| Hex | 22 | 43 | 9D | 4E | 39 | 0 | 26 | E0 | 40 | 25 |
| Octal | 42 | 103 | 235 | 116 | 71 | 0 | 46 | 340 | 100 | 45 |
| Binary | 100010 | 1000011 | 10011101 | 1001110 | 111001 | 0 | 100110 | 11100000 | 1000000 | 100101 |
Color Harmonies of #22439D
Complementary color
Monochromatic Colors of #22439D
Black with #22439D
Text Example
Text Example
White with #22439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22439D; }
p { color: rgb(34,67,157); }
H1.HeaderClassName
{
color: #22439D;
}
.AnyTagClassName
{
color: #22439D;
}
</style>
background-color css
<style>
a { background-color: #22439D; }
a { background-color: rgb(34,67,157); }
div.DivClassName
{
background-color: #22439D;
}
.BgClassName
{
background-color: #22439D;
}
</style>
border-color css
<style>
span { border-color: #22439D; }
span { border-color: rgb(34,67,157); }
td.TdClassName
{
border-color: #22439D;
}
.TagClassName
{
border-color: #22439D;
}
</style>