#17348C

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

Shades of Egyptian Blue #17348C

Tints of Egyptian Blue #17348C

Color information

#17348C (or 0x17348C) is unknown color: approx Egyptian Blue. HEX triplet: 17, 34 and 8C. RGB value is (23,52,140). Sum of RGB (Red+Green+Blue) = 23+52+140=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #17348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17348C is #E8CB73. Grayscale: #343434. Windows color (decimal): -15256436 or 9188375. OLE color: 9188375.

HSL color Cylindrical-coordinate representation of color #17348C: hue angle of 225.13º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17348C is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2352140-
CMYK0.840.6300.45
HSL225.13º71.78%31.96%-
HSV(B)225.13º83.57%54.9%-
XYZ6.314.5325.35-
YUV53.36176.89106.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 140 (55.08% from 255) = 65.12%
R=10.70%
G=24.19%
B=65.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23521400.840.6300.45225.1371.7831.96
Hex17348C543F02De14820
Octal27642141247705534111040
Binary101111101001000110010101001111110101101111000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17348C; }

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

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

<style>
 a { background-color: #17348C; }

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

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

<style>
 span { border-color: #17348C; }

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

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