#172CCD

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

Shades of Persian Blue #172CCD

Tints of Persian Blue #172CCD

Color information

#172CCD (or 0x172CCD) is unknown color: approx Persian Blue. HEX triplet: 17, 2C and CD. RGB value is (23,44,205). Sum of RGB (Red+Green+Blue) = 23+44+205=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #172CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CCD is #E8D332. Grayscale: #373737. Windows color (decimal): -15258419 or 13446167. OLE color: 13446167.

HSL color Cylindrical-coordinate representation of color #172CCD: hue angle of 233.08º 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 #172CCD is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2344205-
CMYK0.890.7900.20
HSL233.08º79.82%44.71%-
HSV(B)233.08º88.78%80.39%-
XYZ12.276.3958.34-
YUV56.08212.04104.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.46%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 205 (80.47% from 255) = 75.37%
R=8.46%
G=16.18%
B=75.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal23442050.890.7900.20233.0879.8244.71
Hex172CCD594F014e9502d
Octal275431513111702435112055
Binary101111011001100110110110011001111010100111010011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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