#172eb5

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

Shades of Persian Blue #172EB5

Tints of Persian Blue #172EB5

Color information

#172EB5 (or 0x172EB5) is unknown color: approx Persian Blue. HEX triplet: 17, 2E and B5. RGB value is (23,46,181). Sum of RGB (Red+Green+Blue) = 23+46+181=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 181 (71.09% from 255 or 72.4% from 250); Max value from RGB is 181 - color contains mainly: blue. Hex color #172EB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EB5 is #E8D14A. Grayscale: #353535. Windows color (decimal): -15257931 or 11873815. OLE color: 11873815.

HSL color Cylindrical-coordinate representation of color #172EB5: hue angle of 231.27º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172EB5 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2346181-
CMYK0.870.7500.29
HSL231.27º77.45%40%-
HSV(B)231.27º87.29%70.98%-
XYZ9.675.4744.26-
YUV54.51199.38105.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.2%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 181 (71.09% from 255) = 72.4%
R=9.2%
G=18.4%
B=72.4%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23461810.870.7500.29231.2777.4540
Hex172EB5574B01De74d28
Octal275626512711303534711550
Binary101111011101011010110101111001011011101111001111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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