Html Css Color HEX #342873 Paris M

📋 copy color: '#342873'

red 52 ◦ green 40 ◦ blue 115

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

Shades of Paris M #342873

Tints of Paris M #342873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 25.12%
G = 19.32%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342873 (or 0x342873) is known color: Paris M. HEX triplet: 34, 28 and 73. RGB value is (52,40,115). Sum of RGB (Red+Green+Blue) = 52+40+115=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #342873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342873 is #CBD78C. Grayscale: #333333. Windows color (decimal): -13358989 or 7546932. OLE color: 7546932.

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

Color convert

RGB 52 40 115 -
CMYK 0.55 0.65 0 0.55
HSL 249.6º 0.48% 0.3% -
HSV(B) 249.6º 0.65% 0.45% -
XYZ 5.27 3.49 16.61 -
YUV 52.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 52 40 115 0.55 0.65 0 0.55 249.6 0.48 0.3
Hex 34 28 73 37 41 0 37 FA 30 1E
Octal 64 50 163 67 101 0 67 372 60 36
Binary 110100 101000 1110011 110111 1000001 0 110111 11111010 110000 11110

Color Harmonies of #342873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342873

Black with #342873

Text Example


Text Example

White with #342873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342873; }

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

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

background-color css

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

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

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

border-color css

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

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

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