#322F56

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

Shades of Paua #322F56

Tints of Paua #322F56

Color information

#322F56 (or 0x322F56) is unknown color: approx Paua. HEX triplet: 32, 2F and 56. RGB value is (50,47,86). Sum of RGB (Red+Green+Blue) = 50+47+86=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #322F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F56 is #CDD0A9. Grayscale: #343434. Windows color (decimal): -13488298 or 5648178. OLE color: 5648178.

HSL color Cylindrical-coordinate representation of color #322F56: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #322F56 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB504786-
CMYK0.420.4500.66
HSL244.62º29.32%26.08%-
HSV(B)244.62º45.35%33.73%-
XYZ4.013.389.25-
YUV52.34146.99126.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=27.32%
G=25.68%
B=46.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5047860.420.4500.66244.6229.3226.08
Hex322F562A2D042f51d1a
Octal6257126525501023653532
Binary110010101111101011010101010110101000010111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,47,86); }

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

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

 a { background-color: rgb(50,47,86); }

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

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

 span { border-color: rgb(50,47,86); }

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