Html Css Color HEX #343154 Paua

📋 copy color: '#343154'

red 52 ◦ green 49 ◦ blue 84

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

Shades of Paua #343154

Tints of Paua #343154

RGB

 RED value IS 52 (20.7% from 255) = 28.11%

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 28.11%
G = 26.49%
B = 45.41%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 52 49 84 -
CMYK 0.38 0.42 0 0.67
HSL 245.14º 0.26% 0.26% -
HSV(B) 245.14º 0.42% 0.33% -
XYZ 4.11 3.57 8.86 -
YUV 53.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 52 49 84 0.38 0.42 0 0.67 245.14 0.26 0.26
Hex 34 31 54 26 2A 0 43 F5 1A 1A
Octal 64 61 124 46 52 0 103 365 32 32
Binary 110100 110001 1010100 100110 101010 0 1000011 11110101 11010 11010

Color Harmonies of #343154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343154

Black with #343154

Text Example


Text Example

White with #343154

Text Example


Text Example

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