#17368C

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

Shades of Egyptian Blue #17368C

Tints of Egyptian Blue #17368C

Color information

#17368C (or 0x17368C) is unknown color: approx Egyptian Blue. HEX triplet: 17, 36 and 8C. RGB value is (23,54,140). Sum of RGB (Red+Green+Blue) = 23+54+140=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #17368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17368C is #E8C973. Grayscale: #363636. Windows color (decimal): -15255924 or 9188887. OLE color: 9188887.

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

Color convert

RGB2354140-
CMYK0.840.6100.45
HSL224.1º71.78%31.96%-
HSV(B)224.1º83.57%54.9%-
XYZ6.414.7125.38-
YUV54.54176.23105.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.60%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=10.60%
G=24.88%
B=64.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23541400.840.6100.45224.171.7831.96
Hex17368C543D02De04820
Octal27662141247505534011040
Binary101111101101000110010101001111010101101111000001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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