#172CD7

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

Shades of Persian Blue #172CD7

Tints of Persian Blue #172CD7

Color information

#172CD7 (or 0x172CD7) is unknown color: approx Persian Blue. HEX triplet: 17, 2C and D7. RGB value is (23,44,215). Sum of RGB (Red+Green+Blue) = 23+44+215=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 215 (84.38% from 255 or 76.24% from 282); Max value from RGB is 215 - color contains mainly: blue. Hex color #172CD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CD7 is #E8D328. Grayscale: #383838. Windows color (decimal): -15258409 or 14101527. OLE color: 14101527.

HSL color Cylindrical-coordinate representation of color #172CD7: hue angle of 233.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172CD7 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2344215-
CMYK0.890.8000.16
HSL233.44º80.67%46.67%-
HSV(B)233.44º89.3%84.31%-
XYZ13.526.8964.91-
YUV57.22217.04103.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.16%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 215 (84.38% from 255) = 76.24%
R=8.16%
G=15.60%
B=76.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal23442150.890.8000.16233.4480.6746.67
Hex172CD75950010e9512f
Octal275432713112002035112157
Binary101111011001101011110110011010000010000111010011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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