Html Css Color HEX #342371 Paris M

📋 copy color: '#342371'

red 52 ◦ green 35 ◦ blue 113

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

Shades of Paris M #342371

Tints of Paris M #342371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 26%
G = 17.5%
B = 56.5%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#342371 (or 0x342371) is known color: Paris M. HEX triplet: 34, 23 and 71. RGB value is (52,35,113). Sum of RGB (Red+Green+Blue) = 52+35+113=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #342371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342371 is #CBDC8E. Grayscale: #303030. Windows color (decimal): -13360271 or 7414580. OLE color: 7414580.

HSL color Cylindrical-coordinate representation of color #342371: hue angle of 253.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342371 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 35 113 -
CMYK 0.54 0.69 0 0.56
HSL 253.08º 0.53% 0.29% -
HSV(B) 253.08º 0.69% 0.44% -
XYZ 5 3.12 15.96 -
YUV 48.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 52 35 113 0.54 0.69 0 0.56 253.08 0.53 0.29
Hex 34 23 71 36 45 0 38 FD 35 1D
Octal 64 43 161 66 105 0 70 375 65 35
Binary 110100 100011 1110001 110110 1000101 0 111000 11111101 110101 11101

Color Harmonies of #342371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342371

Black with #342371

Text Example


Text Example

White with #342371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342371; }

 p { color: rgb(52,35,113); }

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

background-color css

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

 a { background-color: rgb(52,35,113); }

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

border-color css

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

 span { border-color: rgb(52,35,113); }

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