#322D55

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

Shades of Paua #322D55

Tints of Paua #322D55

Color information

#322D55 (or 0x322D55) is unknown color: approx Paua. HEX triplet: 32, 2D and 55. RGB value is (50,45,85). Sum of RGB (Red+Green+Blue) = 50+45+85=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #322D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D55 is #CDD2AA. Grayscale: #323232. Windows color (decimal): -13488811 or 5582130. OLE color: 5582130.

HSL color Cylindrical-coordinate representation of color #322D55: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #322D55 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB504585-
CMYK0.410.4700.67
HSL247.5º30.77%25.49%-
HSV(B)247.5º47.06%33.33%-
XYZ3.893.219.01-
YUV51.05147.16127.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=27.78%
G=25%
B=47.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5045850.410.4700.67247.530.7725.49
Hex322D55292F043f81f19
Octal6255125515701033703731
Binary110010101101101010110100110111101000011111110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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