Html Css Color HEX #343155 Paua

📋 copy color: '#343155'

red 52 ◦ green 49 ◦ blue 85

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

Shades of Paua #343155

Tints of Paua #343155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.7%

R = 27.96%
G = 26.34%
B = 45.7%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343155 (or 0x343155) is known color: Paua. HEX triplet: 34, 31 and 55. RGB value is (52,49,85). Sum of RGB (Red+Green+Blue) = 52+49+85=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #343155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343155 is #CBCEAA. Grayscale: #353535. Windows color (decimal): -13356715 or 5583156. OLE color: 5583156.

HSL color Cylindrical-coordinate representation of color #343155: hue angle of 245º degrees, saturation: 0.27, 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 #343155 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 49 85 -
CMYK 0.39 0.42 0 0.67
HSL 245º 0.27% 0.26% -
HSV(B) 245º 0.42% 0.33% -
XYZ 4.15 3.58 9.07 -
YUV 54 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 52 49 85 0.39 0.42 0 0.67 245 0.27 0.26
Hex 34 31 55 27 2A 0 43 F5 1B 1A
Octal 64 61 125 47 52 0 103 365 33 32
Binary 110100 110001 1010101 100111 101010 0 1000011 11110101 11011 11010

Color Harmonies of #343155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343155

Black with #343155

Text Example


Text Example

White with #343155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343155; }

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

 H1.HeaderClassName
 {
   color: #343155;
 }
 .AnyTagClassName
 {
   color: #343155;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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