Html Css Color HEX #343159 Paris M

📋 copy color: '#343159'

red 52 ◦ green 49 ◦ blue 89

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

Shades of Paris M #343159

Tints of Paris M #343159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 27.37%
G = 25.79%
B = 46.84%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343159 (or 0x343159) is known color: Paris M. HEX triplet: 34, 31 and 59. RGB value is (52,49,89). Sum of RGB (Red+Green+Blue) = 52+49+89=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #343159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343159 is #CBCEA6. Grayscale: #363636. Windows color (decimal): -13356711 or 5845300. OLE color: 5845300.

HSL color Cylindrical-coordinate representation of color #343159: hue angle of 244.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #343159 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 49 89 -
CMYK 0.42 0.45 0 0.65
HSL 244.5º 0.29% 0.27% -
HSV(B) 244.5º 0.45% 0.35% -
XYZ 4.32 3.65 9.93 -
YUV 54.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 52 49 89 0.42 0.45 0 0.65 244.5 0.29 0.27
Hex 34 31 59 2A 2D 0 41 F4 1D 1B
Octal 64 61 131 52 55 0 101 364 35 33
Binary 110100 110001 1011001 101010 101101 0 1000001 11110100 11101 11011

Color Harmonies of #343159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343159

Black with #343159

Text Example


Text Example

White with #343159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343159; }

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

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

background-color css

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

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

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

border-color css

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

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

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