#1732b3

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

Shades of Persian Blue #1732B3

Tints of Persian Blue #1732B3

Color information

#1732B3 (or 0x1732B3) is unknown color: approx Persian Blue. HEX triplet: 17, 32 and B3. RGB value is (23,50,179). Sum of RGB (Red+Green+Blue) = 23+50+179=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 179 (70.31% from 255 or 71.03% from 252); Max value from RGB is 179 - color contains mainly: blue. Hex color #1732B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732B3 is #E8CD4C. Grayscale: #383838. Windows color (decimal): -15256909 or 11743767. OLE color: 11743767.

HSL color Cylindrical-coordinate representation of color #1732B3: hue angle of 229.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1732B3 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2350179-
CMYK0.870.7200.30
HSL229.62º77.23%39.61%-
HSV(B)229.62º87.15%70.2%-
XYZ9.635.7243.24-
YUV56.63197.05104.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.13%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 179 (70.31% from 255) = 71.03%
R=9.13%
G=19.84%
B=71.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal23501790.870.7200.30229.6277.2339.61
Hex1732B3574801Ee64d28
Octal276226312711003634611550
Binary101111100101011001110101111001000011110111001101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1732b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1732b3; }

 p { color: rgb(23,50,179); }

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

<style>
 a { background-color: #1732b3; }

 a { background-color: rgb(23,50,179); }

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

<style>
 span { border-color: #1732b3; }

 span { border-color: rgb(23,50,179); }

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