Html Css Color HEX #342573 Paris M

📋 copy color: '#342573'

red 52 ◦ green 37 ◦ blue 115

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

Shades of Paris M #342573

Tints of Paris M #342573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 25.49%
G = 18.14%
B = 56.37%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342573 (or 0x342573) is known color: Paris M. HEX triplet: 34, 25 and 73. RGB value is (52,37,115). Sum of RGB (Red+Green+Blue) = 52+37+115=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #342573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342573 is #CBDA8C. Grayscale: #323232. Windows color (decimal): -13359757 or 7546164. OLE color: 7546164.

HSL color Cylindrical-coordinate representation of color #342573: hue angle of 251.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342573 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 37 115 -
CMYK 0.55 0.68 0 0.55
HSL 251.54º 0.51% 0.3% -
HSV(B) 251.54º 0.68% 0.45% -
XYZ 5.17 3.29 16.58 -
YUV 50.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 52 37 115 0.55 0.68 0 0.55 251.54 0.51 0.3
Hex 34 25 73 37 44 0 37 FC 33 1E
Octal 64 45 163 67 104 0 67 374 63 36
Binary 110100 100101 1110011 110111 1000100 0 110111 11111100 110011 11110

Color Harmonies of #342573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342573

Black with #342573

Text Example


Text Example

White with #342573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342573; }

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

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

background-color css

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

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

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

border-color css

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

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

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