#172CBF

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

Shades of Persian Blue #172CBF

Tints of Persian Blue #172CBF

Color information

#172CBF (or 0x172CBF) is unknown color: approx Persian Blue. HEX triplet: 17, 2C and BF. RGB value is (23,44,191). Sum of RGB (Red+Green+Blue) = 23+44+191=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #172CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CBF is #E8D340. Grayscale: #353535. Windows color (decimal): -15258433 or 12528663. OLE color: 12528663.

HSL color Cylindrical-coordinate representation of color #172CBF: hue angle of 232.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172CBF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2344191-
CMYK0.880.7700.25
HSL232.5º78.5%41.96%-
HSV(B)232.5º87.96%74.9%-
XYZ10.665.7549.84-
YUV54.48205.04105.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.91%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 191 (75% from 255) = 74.03%
R=8.91%
G=17.05%
B=74.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23441910.880.7700.25232.578.541.96
Hex172CBF584D019e84f2a
Octal275427713011503135011752
Binary101111011001011111110110001001101011001111010001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,44,191); }

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

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

 a { background-color: rgb(23,44,191); }

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

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

 span { border-color: rgb(23,44,191); }

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