#172BE5

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

Shades of Persian Blue #172BE5

Tints of Persian Blue #172BE5

Color information

#172BE5 (or 0x172BE5) is unknown color: approx Persian Blue. HEX triplet: 17, 2B and E5. RGB value is (23,43,229). Sum of RGB (Red+Green+Blue) = 23+43+229=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 229 (89.84% from 255 or 77.63% from 295); Max value from RGB is 229 - color contains mainly: blue. Hex color #172BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BE5 is #E8D41A. Grayscale: #393939. Windows color (decimal): -15258651 or 15018775. OLE color: 15018775.

HSL color Cylindrical-coordinate representation of color #172BE5: hue angle of 234.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172BE5 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2343229-
CMYK0.900.8100.10
HSL234.17º81.75%49.41%-
HSV(B)234.17º89.96%89.8%-
XYZ15.367.5774.78-
YUV58.22224.37102.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.80%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 229 (89.84% from 255) = 77.63%
R=7.80%
G=14.58%
B=77.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23432290.900.8100.10234.1781.7549.41
Hex172BE55A510Aea5231
Octal275334513212101235212261
Binary10111101011111001011011010101000101010111010101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,43,229); }

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

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

 a { background-color: rgb(23,43,229); }

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

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

 span { border-color: rgb(23,43,229); }

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