Html Css Color HEX #342E61 Paris M

📋 copy color: '#342E61'

red 52 ◦ green 46 ◦ blue 97

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

Shades of Paris M #342E61

Tints of Paris M #342E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 26.67%
G = 23.59%
B = 49.74%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342E61 (or 0x342E61) is known color: Paris M. HEX triplet: 34, 2E and 61. RGB value is (52,46,97). Sum of RGB (Red+Green+Blue) = 52+46+97=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #342E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E61 is #CBD19E. Grayscale: #353535. Windows color (decimal): -13357471 or 6368820. OLE color: 6368820.

HSL color Cylindrical-coordinate representation of color #342E61: hue angle of 247.06º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342E61 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 46 97 -
CMYK 0.46 0.53 0 0.62
HSL 247.06º 0.36% 0.28% -
HSV(B) 247.06º 0.53% 0.38% -
XYZ 4.55 3.55 11.75 -
YUV 53.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 52 46 97 0.46 0.53 0 0.62 247.06 0.36 0.28
Hex 34 2E 61 2E 35 0 3E F7 24 1C
Octal 64 56 141 56 65 0 76 367 44 34
Binary 110100 101110 1100001 101110 110101 0 111110 11110111 100100 11100

Color Harmonies of #342E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E61

Black with #342E61

Text Example


Text Example

White with #342E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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