#17338E

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

Shades of Egyptian Blue #17338E

Tints of Egyptian Blue #17338E

Color information

#17338E (or 0x17338E) is unknown color: approx Egyptian Blue. HEX triplet: 17, 33 and 8E. RGB value is (23,51,142). Sum of RGB (Red+Green+Blue) = 23+51+142=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #17338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17338E is #E8CC71. Grayscale: #343434. Windows color (decimal): -15256690 or 9319191. OLE color: 9319191.

HSL color Cylindrical-coordinate representation of color #17338E: hue angle of 225.88º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17338E is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2351142-
CMYK0.840.6400.44
HSL225.88º72.12%32.35%-
HSV(B)225.88º83.8%55.69%-
XYZ6.424.526.12-
YUV53178.22106.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 142 (55.86% from 255) = 65.74%
R=10.65%
G=23.61%
B=65.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal23511420.840.6400.44225.8872.1232.35
Hex17338E544002Ce24820
Octal276321612410005434211040
Binary1011111001110001110101010010000000101100111000101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17338E; }

 p { color: rgb(23,51,142); }

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

<style>
 a { background-color: #17338E; }

 a { background-color: rgb(23,51,142); }

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

<style>
 span { border-color: #17338E; }

 span { border-color: rgb(23,51,142); }

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