#343251

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

Shades of Paua #343251

Tints of Paua #343251

Color information

#343251 (or 0x343251) is unknown color: approx Paua. HEX triplet: 34, 32 and 51. RGB value is (52,50,81). Sum of RGB (Red+Green+Blue) = 52+50+81=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #343251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343251 is #CBCDAE. Grayscale: #363636. Windows color (decimal): -13356463 or 5321268. OLE color: 5321268.

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

Color convert

RGB525081-
CMYK0.360.3800.68
HSL243.87º23.66%25.69%-
HSV(B)243.87º38.27%31.76%-
XYZ4.043.618.27-
YUV54.13143.16126.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=28.42%
G=27.32%
B=44.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5250810.360.3800.68243.8723.6625.69
Hex3432512426044f4181a
Octal6462121444601043643032
Binary110100110010101000110010010011001000100111101001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343251; }

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

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

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

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

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

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

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

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