#323055

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

Shades of Paua #323055

Tints of Paua #323055

Color information

#323055 (or 0x323055) is unknown color: approx Paua. HEX triplet: 32, 30 and 55. RGB value is (50,48,85). Sum of RGB (Red+Green+Blue) = 50+48+85=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #323055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323055 is #CDCFAA. Grayscale: #343434. Windows color (decimal): -13488043 or 5582898. OLE color: 5582898.

HSL color Cylindrical-coordinate representation of color #323055: hue angle of 243.24º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323055 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB504885-
CMYK0.410.4400.67
HSL243.24º27.82%26.08%-
HSV(B)243.24º43.53%33.33%-
XYZ4.013.459.05-
YUV52.82146.16125.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=27.32%
G=26.23%
B=46.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5048850.410.4400.67243.2427.8226.08
Hex323055292C043f31c1a
Octal6260125515401033633432
Binary110010110000101010110100110110001000011111100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323055; }

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

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

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

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

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

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

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

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