#322CBF

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

Shades of Persian Blue #322CBF

Tints of Persian Blue #322CBF

Color information

#322CBF (or 0x322CBF) is unknown color: approx Persian Blue. HEX triplet: 32, 2C and BF. RGB value is (50,44,191). Sum of RGB (Red+Green+Blue) = 50+44+191=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #322CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CBF is #CDD340. Grayscale: #3D3D3D. Windows color (decimal): -13488961 or 12528690. OLE color: 12528690.

HSL color Cylindrical-coordinate representation of color #322CBF: hue angle of 242.45º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322CBF is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5044191-
CMYK0.740.7700.25
HSL242.45º62.55%46.08%-
HSV(B)242.45º76.96%74.9%-
XYZ11.626.2449.88-
YUV62.55200.49119.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 191 (75% from 255) = 67.02%
R=17.54%
G=15.44%
B=67.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50441910.740.7700.25242.4562.5546.08
Hex322CBF4A4D019f23f2e
Octal62542771121150313627756
Binary110010101100101111111001010100110101100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,191); }

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

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

 a { background-color: rgb(50,44,191); }

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

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

 span { border-color: rgb(50,44,191); }

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