#343152

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

Shades of Paua #343152

Tints of Paua #343152

Color information

#343152 (or 0x343152) is unknown color: approx Paua. HEX triplet: 34, 31 and 52. RGB value is (52,49,82). Sum of RGB (Red+Green+Blue) = 52+49+82=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #343152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343152 is #CBCEAD. Grayscale: #353535. Windows color (decimal): -13356718 or 5386548. OLE color: 5386548.

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

Color convert

RGB524982-
CMYK0.370.4000.68
HSL245.45º25.19%25.69%-
HSV(B)245.45º40.24%32.16%-
XYZ4.043.548.45-
YUV53.66143.99126.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=28.42%
G=26.78%
B=44.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5249820.370.4000.68245.4525.1925.69
Hex3431522528044f5191a
Octal6461122455001043653132
Binary110100110001101001010010110100001000100111101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343152; }

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

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

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

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

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

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

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

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