#323057

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

Shades of Paua #323057

Tints of Paua #323057

Color information

#323057 (or 0x323057) is unknown color: approx Paua. HEX triplet: 32, 30 and 57. RGB value is (50,48,87). Sum of RGB (Red+Green+Blue) = 50+48+87=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #323057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323057 is #CDCFA8. Grayscale: #343434. Windows color (decimal): -13488041 or 5713970. OLE color: 5713970.

HSL color Cylindrical-coordinate representation of color #323057: hue angle of 243.08º 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 #323057 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB504887-
CMYK0.430.4500.66
HSL243.08º28.89%26.47%-
HSV(B)243.08º44.83%34.12%-
XYZ4.093.489.47-
YUV53.04147.16125.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=27.03%
G=25.95%
B=47.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5048870.430.4500.66243.0828.8926.47
Hex3230572B2D042f31d1a
Octal6260127535501023633532
Binary110010110000101011110101110110101000010111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323057; }

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

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

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

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

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

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

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

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