Html Css Color HEX #342373 Paris M

📋 copy color: '#342373'

red 52 ◦ green 35 ◦ blue 115

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

Shades of Paris M #342373

Tints of Paris M #342373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 25.74%
G = 17.33%
B = 56.93%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342373 (or 0x342373) is known color: Paris M. HEX triplet: 34, 23 and 73. RGB value is (52,35,115). Sum of RGB (Red+Green+Blue) = 52+35+115=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #342373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342373 is #CBDC8C. Grayscale: #303030. Windows color (decimal): -13360269 or 7545652. OLE color: 7545652.

HSL color Cylindrical-coordinate representation of color #342373: hue angle of 252.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342373 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 35 115 -
CMYK 0.55 0.70 0 0.55
HSL 252.75º 0.53% 0.29% -
HSV(B) 252.75º 0.7% 0.45% -
XYZ 5.11 3.17 16.56 -
YUV 49.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 52 35 115 0.55 0.70 0 0.55 252.75 0.53 0.29
Hex 34 23 73 37 46 0 37 FD 35 1D
Octal 64 43 163 67 106 0 67 375 65 35
Binary 110100 100011 1110011 110111 1000110 0 110111 11111101 110101 11101

Color Harmonies of #342373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342373

Black with #342373

Text Example


Text Example

White with #342373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342373; }

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

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

background-color css

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

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

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

border-color css

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

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

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