#343154

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

Shades of Paua #343154

Tints of Paua #343154

Color information

#343154 (or 0x343154) is unknown color: approx Paua. HEX triplet: 34, 31 and 54. RGB value is (52,49,84). Sum of RGB (Red+Green+Blue) = 52+49+84=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #343154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343154 is #CBCEAB. Grayscale: #353535. Windows color (decimal): -13356716 or 5517620. OLE color: 5517620.

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

Color convert

RGB524984-
CMYK0.380.4200.67
HSL245.14º26.32%26.08%-
HSV(B)245.14º41.67%32.94%-
XYZ4.113.578.86-
YUV53.89144.99126.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=28.11%
G=26.49%
B=45.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5249840.380.4200.67245.1426.3226.08
Hex343154262A043f51a1a
Octal6461124465201033653232
Binary110100110001101010010011010101001000011111101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343154; }

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

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

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

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

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

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

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

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