#343151

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

Shades of Paua #343151

Tints of Paua #343151

Color information

#343151 (or 0x343151) is unknown color: approx Paua. HEX triplet: 34, 31 and 51. RGB value is (52,49,81). Sum of RGB (Red+Green+Blue) = 52+49+81=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #343151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343151 is #CBCEAE. Grayscale: #353535. Windows color (decimal): -13356719 or 5321012. OLE color: 5321012.

HSL color Cylindrical-coordinate representation of color #343151: hue angle of 245.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343151 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB524981-
CMYK0.360.4000.68
HSL245.62º24.62%25.49%-
HSV(B)245.62º39.51%31.76%-
XYZ43.528.25-
YUV53.54143.49126.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=28.57%
G=26.92%
B=44.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5249810.360.4000.68245.6224.6225.49
Hex3431512428044f61919
Octal6461121445001043663131
Binary110100110001101000110010010100001000100111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343151; }

 p { color: rgb(52,49,81); }

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

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

 a { background-color: rgb(52,49,81); }

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

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

 span { border-color: rgb(52,49,81); }

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