Html Css Color HEX #342E5F Paris M

📋 copy color: '#342E5F'

red 52 ◦ green 46 ◦ blue 95

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

Shades of Paris M #342E5F

Tints of Paris M #342E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.22%

R = 26.94%
G = 23.83%
B = 49.22%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#342E5F (or 0x342E5F) is known color: Paris M. HEX triplet: 34, 2E and 5F. RGB value is (52,46,95). Sum of RGB (Red+Green+Blue) = 52+46+95=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #342E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E5F is #CBD1A0. Grayscale: #353535. Windows color (decimal): -13357473 or 6237748. OLE color: 6237748.

HSL color Cylindrical-coordinate representation of color #342E5F: hue angle of 247.35º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342E5F is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 46 95 -
CMYK 0.45 0.52 0 0.63
HSL 247.35º 0.35% 0.28% -
HSV(B) 247.35º 0.52% 0.37% -
XYZ 4.46 3.51 11.27 -
YUV 53.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 52 46 95 0.45 0.52 0 0.63 247.35 0.35 0.28
Hex 34 2E 5F 2D 34 0 3F F7 23 1C
Octal 64 56 137 55 64 0 77 367 43 34
Binary 110100 101110 1011111 101101 110100 0 111111 11110111 100011 11100

Color Harmonies of #342E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E5F

Black with #342E5F

Text Example


Text Example

White with #342E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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