Html Css Color HEX #342E5D Paris M

📋 copy color: '#342E5D'

red 52 ◦ green 46 ◦ blue 93

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

Shades of Paris M #342E5D

Tints of Paris M #342E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 27.23%
G = 24.08%
B = 48.69%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#342E5D (or 0x342E5D) is known color: Paris M. HEX triplet: 34, 2E and 5D. RGB value is (52,46,93). Sum of RGB (Red+Green+Blue) = 52+46+93=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #342E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E5D is #CBD1A2. Grayscale: #343434. Windows color (decimal): -13357475 or 6106676. OLE color: 6106676.

HSL color Cylindrical-coordinate representation of color #342E5D: hue angle of 247.66º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342E5D is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 46 93 -
CMYK 0.44 0.51 0 0.64
HSL 247.66º 0.34% 0.27% -
HSV(B) 247.66º 0.51% 0.36% -
XYZ 4.37 3.47 10.8 -
YUV 53.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 52 46 93 0.44 0.51 0 0.64 247.66 0.34 0.27
Hex 34 2E 5D 2C 33 0 40 F8 22 1B
Octal 64 56 135 54 63 0 100 370 42 33
Binary 110100 101110 1011101 101100 110011 0 1000000 11111000 100010 11011

Color Harmonies of #342E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E5D

Black with #342E5D

Text Example


Text Example

White with #342E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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