#322DB6

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

Shades of Persian Blue #322DB6

Tints of Persian Blue #322DB6

Color information

#322DB6 (or 0x322DB6) is unknown color: approx Persian Blue. HEX triplet: 32, 2D and B6. RGB value is (50,45,182). Sum of RGB (Red+Green+Blue) = 50+45+182=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #322DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DB6 is #CDD249. Grayscale: #3D3D3D. Windows color (decimal): -13488714 or 11939122. OLE color: 11939122.

HSL color Cylindrical-coordinate representation of color #322DB6: hue angle of 242.19º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322DB6 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5045182-
CMYK0.730.7500.29
HSL242.19º60.35%44.51%-
HSV(B)242.19º75.27%71.37%-
XYZ10.75.9344.84-
YUV62.11195.66119.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 182 (71.48% from 255) = 65.70%
R=18.05%
G=16.25%
B=65.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50451820.730.7500.29242.1960.3544.51
Hex322DB6494B01Df23c2d
Octal62552661111130353627455
Binary110010101101101101101001001100101101110111110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,182); }

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

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

 a { background-color: rgb(50,45,182); }

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

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

 span { border-color: rgb(50,45,182); }

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