#323DA9

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

Shades of Persian Blue #323DA9

Tints of Persian Blue #323DA9

Color information

#323DA9 (or 0x323DA9) is unknown color: approx Persian Blue. HEX triplet: 32, 3D and A9. RGB value is (50,61,169). Sum of RGB (Red+Green+Blue) = 50+61+169=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 169 (66.41% from 255 or 60.36% from 280); Max value from RGB is 169 - color contains mainly: blue. Hex color #323DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DA9 is #CDC256. Grayscale: #454545. Windows color (decimal): -13484631 or 11091250. OLE color: 11091250.

HSL color Cylindrical-coordinate representation of color #323DA9: hue angle of 234.45º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323DA9 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5061169-
CMYK0.700.6400.34
HSL234.45º54.34%42.94%-
HSV(B)234.45º70.41%66.27%-
XYZ10.156.8838.33-
YUV70.02183.86113.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 169 (66.41% from 255) = 60.36%
R=17.86%
G=21.79%
B=60.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50611690.700.6400.34234.4554.3442.94
Hex323DA94640022ea362b
Octal62752511061000423526653
Binary1100101111011010100110001101000000010001011101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323DA9; }

 p { color: rgb(50,61,169); }

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

<style>
 a { background-color: #323DA9; }

 a { background-color: rgb(50,61,169); }

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

<style>
 span { border-color: #323DA9; }

 span { border-color: rgb(50,61,169); }

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