Shades of Egyptian Blue #173297
Tints of Egyptian Blue #173297
RGB
CMYK
RGB Variations
Color information
#173297 (or 0x173297) is known color: Egyptian Blue. HEX triplet: 17, 32 and 97. RGB value is (23,50,151). Sum of RGB (Red+Green+Blue) = 23+50+151=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #173297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173297 is #E8CD68. Grayscale: #353535. Windows color (decimal): -15256937 or 9908759. OLE color: 9908759.
HSL color Cylindrical-coordinate representation of color #173297: hue angle of 227.34º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #173297 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 50 | 151 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.41 |
| HSL | 227.34º | 0.74% | 0.34% | - |
| HSV(B) | 227.34º | 0.85% | 0.59% | - |
| XYZ | 7.08 | 4.7 | 29.81 | - |
| YUV | 53.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 151 | 0.85 | 0.67 | 0 | 0.41 | 227.34 | 0.74 | 0.34 |
| Hex | 17 | 32 | 97 | 55 | 43 | 0 | 29 | E3 | 4A | 22 |
| Octal | 27 | 62 | 227 | 125 | 103 | 0 | 51 | 343 | 112 | 42 |
| Binary | 10111 | 110010 | 10010111 | 1010101 | 1000011 | 0 | 101001 | 11100011 | 1001010 | 100010 |
Color Harmonies of #173297
Complementary color
Monochromatic Colors of #173297
Black with #173297
Text Example
Text Example
White with #173297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173297; }
p { color: rgb(23,50,151); }
H1.HeaderClassName
{
color: #173297;
}
.AnyTagClassName
{
color: #173297;
}
</style>
background-color css
<style>
a { background-color: #173297; }
a { background-color: rgb(23,50,151); }
div.DivClassName
{
background-color: #173297;
}
.BgClassName
{
background-color: #173297;
}
</style>
border-color css
<style>
span { border-color: #173297; }
span { border-color: rgb(23,50,151); }
td.TdClassName
{
border-color: #173297;
}
.TagClassName
{
border-color: #173297;
}
</style>