#172EA3

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

Shades of Egyptian Blue #172EA3

Tints of Egyptian Blue #172EA3

Color information

#172EA3 (or 0x172EA3) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2E and A3. RGB value is (23,46,163). Sum of RGB (Red+Green+Blue) = 23+46+163=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #172EA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172EA3 is #E8D15C. Grayscale: #333333. Windows color (decimal): -15257949 or 10694167. OLE color: 10694167.

HSL color Cylindrical-coordinate representation of color #172EA3: hue angle of 230.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172EA3 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2346163-
CMYK0.860.7200.36
HSL230.14º75.27%36.47%-
HSV(B)230.14º85.89%63.92%-
XYZ7.944.7835.15-
YUV52.46190.38106.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.91%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=9.91%
G=19.83%
B=70.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal23461630.860.7200.36230.1475.2736.47
Hex172EA35648024e64b24
Octal275624312611004434611344
Binary1011110111010100011101011010010000100100111001101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172EA3; }

 p { color: rgb(23,46,163); }

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

<style>
 a { background-color: #172EA3; }

 a { background-color: rgb(23,46,163); }

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

<style>
 span { border-color: #172EA3; }

 span { border-color: rgb(23,46,163); }

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