#322BD3

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

Shades of Persian Blue #322BD3

Tints of Persian Blue #322BD3

Color information

#322BD3 (or 0x322BD3) is unknown color: approx Persian Blue. HEX triplet: 32, 2B and D3. RGB value is (50,43,211). Sum of RGB (Red+Green+Blue) = 50+43+211=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 211 (82.81% from 255 or 69.41% from 304); Max value from RGB is 211 - color contains mainly: blue. Hex color #322BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BD3 is #CDD42C. Grayscale: #3F3F3F. Windows color (decimal): -13489197 or 13839154. OLE color: 13839154.

HSL color Cylindrical-coordinate representation of color #322BD3: hue angle of 242.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322BD3 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5043211-
CMYK0.760.8000.17
HSL242.5º66.14%49.8%-
HSV(B)242.5º79.62%82.75%-
XYZ13.947.1162.27-
YUV64.24210.82117.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 211 (82.81% from 255) = 69.41%
R=16.45%
G=14.14%
B=69.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50432110.760.8000.17242.566.1449.8
Hex322BD34C50011f24232
Octal625332311412002136210262
Binary1100101010111101001110011001010000010001111100101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322BD3; }

 p { color: rgb(50,43,211); }

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

<style>
 a { background-color: #322BD3; }

 a { background-color: rgb(50,43,211); }

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

<style>
 span { border-color: #322BD3; }

 span { border-color: rgb(50,43,211); }

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