Shades of Egyptian Blue #22359C
Tints of Egyptian Blue #22359C
RGB
CMYK
RGB Variations
Color information
#22359C (or 0x22359C) is known color: Egyptian Blue. HEX triplet: 22, 35 and 9C. RGB value is (34,53,156). Sum of RGB (Red+Green+Blue) = 34+53+156=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #22359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22359C is #DDCA63. Grayscale: #3A3A3A. Windows color (decimal): -14535268 or 10237218. OLE color: 10237218.
HSL color Cylindrical-coordinate representation of color #22359C: hue angle of 230.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22359C is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 53 | 156 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.39 |
| HSL | 230.66º | 0.64% | 0.37% | - |
| HSV(B) | 230.66º | 0.78% | 0.61% | - |
| XYZ | 7.93 | 5.29 | 32.05 | - |
| YUV | 59.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 156 | 0.78 | 0.66 | 0 | 0.39 | 230.66 | 0.64 | 0.37 |
| Hex | 22 | 35 | 9C | 4E | 42 | 0 | 27 | E7 | 40 | 25 |
| Octal | 42 | 65 | 234 | 116 | 102 | 0 | 47 | 347 | 100 | 45 |
| Binary | 100010 | 110101 | 10011100 | 1001110 | 1000010 | 0 | 100111 | 11100111 | 1000000 | 100101 |
Color Harmonies of #22359C
Complementary color
Monochromatic Colors of #22359C
Black with #22359C
Text Example
Text Example
White with #22359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22359C; }
p { color: rgb(34,53,156); }
H1.HeaderClassName
{
color: #22359C;
}
.AnyTagClassName
{
color: #22359C;
}
</style>
background-color css
<style>
a { background-color: #22359C; }
a { background-color: rgb(34,53,156); }
div.DivClassName
{
background-color: #22359C;
}
.BgClassName
{
background-color: #22359C;
}
</style>
border-color css
<style>
span { border-color: #22359C; }
span { border-color: rgb(34,53,156); }
td.TdClassName
{
border-color: #22359C;
}
.TagClassName
{
border-color: #22359C;
}
</style>