#343153

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

Shades of Paua #343153

Tints of Paua #343153

Color information

#343153 (or 0x343153) is unknown color: approx Paua. HEX triplet: 34, 31 and 53. RGB value is (52,49,83). Sum of RGB (Red+Green+Blue) = 52+49+83=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #343153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343153 is #CBCEAC. Grayscale: #353535. Windows color (decimal): -13356717 or 5452084. OLE color: 5452084.

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

Color convert

RGB524983-
CMYK0.370.4100.67
HSL245.29º25.76%25.88%-
HSV(B)245.29º40.96%32.55%-
XYZ4.083.558.65-
YUV53.77144.49126.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=28.26%
G=26.63%
B=45.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5249830.370.4100.67245.2925.7625.88
Hex3431532529043f51a1a
Octal6461123455101033653232
Binary110100110001101001110010110100101000011111101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343153; }

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

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

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

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

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

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

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

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