#323053

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

Shades of Paua #323053

Tints of Paua #323053

Color information

#323053 (or 0x323053) is unknown color: approx Paua. HEX triplet: 32, 30 and 53. RGB value is (50,48,83). Sum of RGB (Red+Green+Blue) = 50+48+83=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #323053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323053 is #CDCFAC. Grayscale: #343434. Windows color (decimal): -13488045 or 5451826. OLE color: 5451826.

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

Color convert

RGB504883-
CMYK0.400.4200.67
HSL243.43º26.72%25.69%-
HSV(B)243.43º42.17%32.55%-
XYZ3.933.428.64-
YUV52.59145.16126.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=27.62%
G=26.52%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5048830.400.4200.67243.4326.7225.69
Hex323053282A043f31b1a
Octal6260123505201033633332
Binary110010110000101001110100010101001000011111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323053; }

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

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

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

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

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

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

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

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