#323FAA

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

Shades of Persian Blue #323FAA

Tints of Persian Blue #323FAA

Color information

#323FAA (or 0x323FAA) is unknown color: approx Persian Blue. HEX triplet: 32, 3F and AA. RGB value is (50,63,170). Sum of RGB (Red+Green+Blue) = 50+63+170=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #323FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FAA is #CDC055. Grayscale: #464646. Windows color (decimal): -13484118 or 11157298. OLE color: 11157298.

HSL color Cylindrical-coordinate representation of color #323FAA: hue angle of 233.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 #323FAA is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5063170-
CMYK0.710.6300.33
HSL233.5º54.55%43.14%-
HSV(B)233.5º70.59%66.67%-
XYZ10.357.1438.86-
YUV71.31183.69112.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=17.67%
G=22.26%
B=60.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50631700.710.6300.33233.554.5543.14
Hex323FAA473F021ea372b
Octal6277252107770413526753
Binary110010111111101010101000111111111010000111101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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