Shades of Egyptian Blue #17329C
Tints of Egyptian Blue #17329C
RGB
CMYK
RGB Variations
Color information
#17329C (or 0x17329C) is known color: Egyptian Blue. HEX triplet: 17, 32 and 9C. RGB value is (23,50,156). Sum of RGB (Red+Green+Blue) = 23+50+156=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #17329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17329C is #E8CD63. Grayscale: #353535. Windows color (decimal): -15256932 or 10236439. OLE color: 10236439.
HSL color Cylindrical-coordinate representation of color #17329C: hue angle of 227.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17329C is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 50 | 156 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.39 |
| HSL | 227.82º | 0.74% | 0.35% | - |
| HSV(B) | 227.82º | 0.85% | 0.61% | - |
| XYZ | 7.49 | 4.86 | 32 | - |
| YUV | 54.01 | 185.55 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 156 | 0.85 | 0.68 | 0 | 0.39 | 227.82 | 0.74 | 0.35 |
| Hex | 17 | 32 | 9C | 55 | 44 | 0 | 27 | E4 | 4A | 23 |
| Octal | 27 | 62 | 234 | 125 | 104 | 0 | 47 | 344 | 112 | 43 |
| Binary | 10111 | 110010 | 10011100 | 1010101 | 1000100 | 0 | 100111 | 11100100 | 1001010 | 100011 |
Color Harmonies of #17329C
Complementary color
Monochromatic Colors of #17329C
Black with #17329C
Text Example
Text Example
White with #17329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17329C; }
p { color: rgb(23,50,156); }
H1.HeaderClassName
{
color: #17329C;
}
.AnyTagClassName
{
color: #17329C;
}
</style>
background-color css
<style>
a { background-color: #17329C; }
a { background-color: rgb(23,50,156); }
div.DivClassName
{
background-color: #17329C;
}
.BgClassName
{
background-color: #17329C;
}
</style>
border-color css
<style>
span { border-color: #17329C; }
span { border-color: rgb(23,50,156); }
td.TdClassName
{
border-color: #17329C;
}
.TagClassName
{
border-color: #17329C;
}
</style>