#172DCC

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

Shades of Persian Blue #172DCC

Tints of Persian Blue #172DCC

Color information

#172DCC (or 0x172DCC) is unknown color: approx Persian Blue. HEX triplet: 17, 2D and CC. RGB value is (23,45,204). Sum of RGB (Red+Green+Blue) = 23+45+204=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #172DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DCC is #E8D233. Grayscale: #373737. Windows color (decimal): -15258164 or 13380887. OLE color: 13380887.

HSL color Cylindrical-coordinate representation of color #172DCC: hue angle of 232.71º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172DCC is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2345204-
CMYK0.890.7800.2
HSL232.71º79.74%44.51%-
HSV(B)232.71º88.73%80%-
XYZ12.196.4257.72-
YUV56.55211.21104.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.46%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 204 (80.08% from 255) = 75%
R=8.46%
G=16.54%
B=75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal23452040.890.7800.2232.7179.7444.51
Hex172DCC594E014e9502d
Octal275531413111602435112055
Binary101111011011100110010110011001110010100111010011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,45,204); }

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

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

 a { background-color: rgb(23,45,204); }

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

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

 span { border-color: rgb(23,45,204); }

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