#173297

Color #173297 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #173297

Tints of Egyptian Blue #173297

Color information

#173297 (or 0x173297) is unknown color: approx 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

RGB2350151-
CMYK0.850.6700.41
HSL227.34º73.56%34.12%-
HSV(B)227.34º84.77%59.22%-
XYZ7.084.729.81-
YUV53.44183.05106.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 151 (59.38% from 255) = 67.41%
R=10.27%
G=22.32%
B=67.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal23501510.850.6700.41227.3473.5634.12
Hex1732975543029e34a22
Octal276222712510305134311242
Binary1011111001010010111101010110000110101001111000111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>