Html Css Color HEX #342572 Paris M

📋 copy color: '#342572'

red 52 ◦ green 37 ◦ blue 114

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

Shades of Paris M #342572

Tints of Paris M #342572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 25.62%
G = 18.23%
B = 56.16%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342572 (or 0x342572) is known color: Paris M. HEX triplet: 34, 25 and 72. RGB value is (52,37,114). Sum of RGB (Red+Green+Blue) = 52+37+114=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #342572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342572 is #CBDA8D. Grayscale: #313131. Windows color (decimal): -13359758 or 7480628. OLE color: 7480628.

HSL color Cylindrical-coordinate representation of color #342572: hue angle of 251.69º 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 #342572 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 37 114 -
CMYK 0.54 0.68 0 0.55
HSL 251.69º 0.51% 0.3% -
HSV(B) 251.69º 0.68% 0.45% -
XYZ 5.12 3.27 16.28 -
YUV 50.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 52 37 114 0.54 0.68 0 0.55 251.69 0.51 0.3
Hex 34 25 72 36 44 0 37 FC 33 1E
Octal 64 45 162 66 104 0 67 374 63 36
Binary 110100 100101 1110010 110110 1000100 0 110111 11111100 110011 11110

Color Harmonies of #342572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342572

Black with #342572

Text Example


Text Example

White with #342572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342572; }

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

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

background-color css

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

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

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

border-color css

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

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

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