#17358C

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

Shades of Egyptian Blue #17358C

Tints of Egyptian Blue #17358C

Color information

#17358C (or 0x17358C) is unknown color: approx Egyptian Blue. HEX triplet: 17, 35 and 8C. RGB value is (23,53,140). Sum of RGB (Red+Green+Blue) = 23+53+140=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #17358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17358C is #E8CA73. Grayscale: #353535. Windows color (decimal): -15256180 or 9188631. OLE color: 9188631.

HSL color Cylindrical-coordinate representation of color #17358C: hue angle of 224.62º 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 #17358C is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2353140-
CMYK0.840.6200.45
HSL224.62º71.78%31.96%-
HSV(B)224.62º83.57%54.9%-
XYZ6.364.6225.37-
YUV53.95176.56105.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 140 (55.08% from 255) = 64.81%
R=10.65%
G=24.54%
B=64.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23531400.840.6200.45224.6271.7831.96
Hex17358C543E02De14820
Octal27652141247605534111040
Binary101111101011000110010101001111100101101111000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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