Html Css Color HEX #342959 Paris M

📋 copy color: '#342959'

red 52 ◦ green 41 ◦ blue 89

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

Shades of Paris M #342959

Tints of Paris M #342959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 28.57%
G = 22.53%
B = 48.9%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342959 (or 0x342959) is known color: Paris M. HEX triplet: 34, 29 and 59. RGB value is (52,41,89). Sum of RGB (Red+Green+Blue) = 52+41+89=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #342959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342959 is #CBD6A6. Grayscale: #313131. Windows color (decimal): -13358759 or 5843252. OLE color: 5843252.

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

Color convert

RGB 52 41 89 -
CMYK 0.42 0.54 0 0.65
HSL 253.75º 0.37% 0.25% -
HSV(B) 253.75º 0.54% 0.35% -
XYZ 4.01 3.04 9.83 -
YUV 49.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 52 41 89 0.42 0.54 0 0.65 253.75 0.37 0.25
Hex 34 29 59 2A 36 0 41 FE 25 19
Octal 64 51 131 52 66 0 101 376 45 31
Binary 110100 101001 1011001 101010 110110 0 1000001 11111110 100101 11001

Color Harmonies of #342959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342959

Black with #342959

Text Example


Text Example

White with #342959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342959; }

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

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

background-color css

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

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

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

border-color css

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

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

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