#1732BF

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

Shades of Persian Blue #1732BF

Tints of Persian Blue #1732BF

Color information

#1732BF (or 0x1732BF) is unknown color: approx Persian Blue. HEX triplet: 17, 32 and BF. RGB value is (23,50,191). Sum of RGB (Red+Green+Blue) = 23+50+191=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #1732BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732BF is #E8CD40. Grayscale: #393939. Windows color (decimal): -15256897 or 12530199. OLE color: 12530199.

HSL color Cylindrical-coordinate representation of color #1732BF: hue angle of 230.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1732BF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2350191-
CMYK0.880.7400.25
HSL230.36º78.5%41.96%-
HSV(B)230.36º87.96%74.9%-
XYZ10.96.2249.92-
YUV58203.05103.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.71%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 191 (75% from 255) = 72.35%
R=8.71%
G=18.94%
B=72.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23501910.880.7400.25230.3678.541.96
Hex1732BF584A019e64f2a
Octal276227713011203134611752
Binary101111100101011111110110001001010011001111001101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1732BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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