#17349F

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

Shades of Egyptian Blue #17349F

Tints of Egyptian Blue #17349F

Color information

#17349F (or 0x17349F) is unknown color: approx Egyptian Blue. HEX triplet: 17, 34 and 9F. RGB value is (23,52,159). Sum of RGB (Red+Green+Blue) = 23+52+159=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #17349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17349F is #E8CB60. Grayscale: #373737. Windows color (decimal): -15256417 or 10433559. OLE color: 10433559.

HSL color Cylindrical-coordinate representation of color #17349F: hue angle of 227.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17349F is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2352159-
CMYK0.860.6700.38
HSL227.21º74.73%35.69%-
HSV(B)227.21º85.53%62.35%-
XYZ7.845.1433.38-
YUV55.53186.39104.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.83%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=9.83%
G=22.22%
B=67.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23521590.860.6700.38227.2174.7335.69
Hex17349F5643026e34b24
Octal276423712610304634311344
Binary1011111010010011111101011010000110100110111000111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17349F; }

 p { color: rgb(23,52,159); }

 H1.HeaderClassName
 {
   color: #17349F;
 }
 .AnyTagClassName
 {
   color: #17349F;
 }
</style>
background-color css

<style>
 a { background-color: #17349F; }

 a { background-color: rgb(23,52,159); }

 div.DivClassName
 {
   background-color: #17349F;
 }
 .BgClassName
 {
   background-color: #17349F;
 }
</style>
border-color css

<style>
 span { border-color: #17349F; }

 span { border-color: rgb(23,52,159); }

 td.TdClassName
 {
   border-color: #17349F;
 }
 .TagClassName
 {
   border-color: #17349F;
 }
</style>