#1732B5

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

Shades of Persian Blue #1732B5

Tints of Persian Blue #1732B5

Color information

#1732B5 (or 0x1732B5) is unknown color: approx Persian Blue. HEX triplet: 17, 32 and B5. RGB value is (23,50,181). Sum of RGB (Red+Green+Blue) = 23+50+181=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #1732B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732B5 is #E8CD4A. Grayscale: #383838. Windows color (decimal): -15256907 or 11874839. OLE color: 11874839.

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

Color convert

RGB2350181-
CMYK0.870.7200.29
HSL229.75º77.45%40%-
HSV(B)229.75º87.29%70.98%-
XYZ9.835.844.32-
YUV56.86198.05103.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.06%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 181 (71.09% from 255) = 71.26%
R=9.06%
G=19.69%
B=71.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23501810.870.7200.29229.7577.4540
Hex1732B5574801De64d28
Octal276226512711003534611550
Binary101111100101011010110101111001000011101111001101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1732B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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