Html Css Color HEX #343251 Paua

📋 copy color: '#343251'

red 52 ◦ green 50 ◦ blue 81

#343251
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #343251

Tints of Paua #343251

RGB

 RED value IS 52 (20.7% 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 value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#343251 (or 0x343251) is known color: 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

RGB 52 50 81 -
CMYK 0.36 0.38 0 0.68
HSL 243.87º 0.24% 0.26% -
HSV(B) 243.87º 0.38% 0.32% -
XYZ 4.04 3.61 8.27 -
YUV 54.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 52 50 81 0.36 0.38 0 0.68 243.87 0.24 0.26
Hex 34 32 51 24 26 0 44 F4 18 1A
Octal 64 62 121 44 46 0 104 364 30 32
Binary 110100 110010 1010001 100100 100110 0 1000100 11110100 11000 11010

Color Harmonies of #343251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343251

Black with #343251

Text Example


Text Example

White with #343251

Text Example


Text Example

HTML Codes & Css Web 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>