#32304E

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

Shades of Paua #32304E

Tints of Paua #32304E

Color information

#32304E (or 0x32304E) is unknown color: approx Paua. HEX triplet: 32, 30 and 4E. RGB value is (50,48,78). Sum of RGB (Red+Green+Blue) = 50+48+78=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #32304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32304E is #CDCFB1. Grayscale: #333333. Windows color (decimal): -13488050 or 5124146. OLE color: 5124146.

HSL color Cylindrical-coordinate representation of color #32304E: hue angle of 244º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32304E is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB504878-
CMYK0.360.3800.69
HSL244º23.81%24.71%-
HSV(B)244º38.46%30.59%-
XYZ3.753.347.66-
YUV52.02142.66126.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=28.41%
G=27.27%
B=44.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5048780.360.3800.6924423.8124.71
Hex32304E2426045f41819
Octal6260116444601053643031
Binary110010110000100111010010010011001000101111101001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32304E; }

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

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

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

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

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

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

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

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