Html Css Color HEX #342E59 Paris M

📋 copy color: '#342E59'

red 52 ◦ green 46 ◦ blue 89

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

Shades of Paris M #342E59

Tints of Paris M #342E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

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

R = 27.81%
G = 24.6%
B = 47.59%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342E59 (or 0x342E59) is known color: Paris M. HEX triplet: 34, 2E and 59. RGB value is (52,46,89). Sum of RGB (Red+Green+Blue) = 52+46+89=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #342E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E59 is #CBD1A6. Grayscale: #343434. Windows color (decimal): -13357479 or 5844532. OLE color: 5844532.

HSL color Cylindrical-coordinate representation of color #342E59: hue angle of 248.37º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #342E59 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 46 89 -
CMYK 0.42 0.48 0 0.65
HSL 248.37º 0.32% 0.26% -
HSV(B) 248.37º 0.48% 0.35% -
XYZ 4.2 3.41 9.89 -
YUV 52.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 52 46 89 0.42 0.48 0 0.65 248.37 0.32 0.26
Hex 34 2E 59 2A 30 0 41 F8 20 1A
Octal 64 56 131 52 60 0 101 370 40 32
Binary 110100 101110 1011001 101010 110000 0 1000001 11111000 100000 11010

Color Harmonies of #342E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E59

Black with #342E59

Text Example


Text Example

White with #342E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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