Html Css Color HEX #343152 Paua

📋 copy color: '#343152'

red 52 ◦ green 49 ◦ blue 82

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

Shades of Paua #343152

Tints of Paua #343152

RGB

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

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 52 49 82 -
CMYK 0.37 0.40 0 0.68
HSL 245.45º 0.25% 0.26% -
HSV(B) 245.45º 0.4% 0.32% -
XYZ 4.04 3.54 8.45 -
YUV 53.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 52 49 82 0.37 0.40 0 0.68 245.45 0.25 0.26
Hex 34 31 52 25 28 0 44 F5 19 1A
Octal 64 61 122 45 50 0 104 365 31 32
Binary 110100 110001 1010010 100101 101000 0 1000100 11110101 11001 11010

Color Harmonies of #343152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343152

Black with #343152

Text Example


Text Example

White with #343152

Text Example


Text Example

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