#323DAA

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

Shades of Persian Blue #323DAA

Tints of Persian Blue #323DAA

Color information

#323DAA (or 0x323DAA) is unknown color: approx Persian Blue. HEX triplet: 32, 3D and AA. RGB value is (50,61,170). Sum of RGB (Red+Green+Blue) = 50+61+170=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #323DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DAA is #CDC255. Grayscale: #454545. Windows color (decimal): -13484630 or 11156786. OLE color: 11156786.

HSL color Cylindrical-coordinate representation of color #323DAA: hue angle of 234.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323DAA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5061170-
CMYK0.710.6400.33
HSL234.5º54.55%43.14%-
HSV(B)234.5º70.59%66.67%-
XYZ10.246.9238.83-
YUV70.14184.36113.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=17.79%
G=21.71%
B=60.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50611700.710.6400.33234.554.5543.14
Hex323DAA4740021ea372b
Octal62752521071000413526753
Binary1100101111011010101010001111000000010000111101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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