#1732C2

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

Shades of Persian Blue #1732C2

Tints of Persian Blue #1732C2

Color information

#1732C2 (or 0x1732C2) is unknown color: approx Persian Blue. HEX triplet: 17, 32 and C2. RGB value is (23,50,194). Sum of RGB (Red+Green+Blue) = 23+50+194=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 194 (76.17% from 255 or 72.66% from 267); Max value from RGB is 194 - color contains mainly: blue. Hex color #1732C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732C2 is #E8CD3D. Grayscale: #393939. Windows color (decimal): -15256894 or 12726807. OLE color: 12726807.

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

Color convert

RGB2350194-
CMYK0.880.7400.24
HSL230.53º78.8%42.55%-
HSV(B)230.53º88.14%76.08%-
XYZ11.236.3651.67-
YUV58.34204.55102.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.61%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 194 (76.17% from 255) = 72.66%
R=8.61%
G=18.73%
B=72.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal23501940.880.7400.24230.5378.842.55
Hex1732C2584A018e74f2b
Octal276230213011203034711753
Binary101111100101100001010110001001010011000111001111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1732C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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