Html Css Color HEX #342575 Paris M

📋 copy color: '#342575'

red 52 ◦ green 37 ◦ blue 117

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

Shades of Paris M #342575

Tints of Paris M #342575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 25.24%
G = 17.96%
B = 56.8%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#342575 (or 0x342575) is known color: Paris M. HEX triplet: 34, 25 and 75. RGB value is (52,37,117). Sum of RGB (Red+Green+Blue) = 52+37+117=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #342575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342575 is #CBDA8A. Grayscale: #323232. Windows color (decimal): -13359755 or 7677236. OLE color: 7677236.

HSL color Cylindrical-coordinate representation of color #342575: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342575 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 37 117 -
CMYK 0.56 0.68 0 0.54
HSL 251.25º 0.52% 0.3% -
HSV(B) 251.25º 0.68% 0.46% -
XYZ 5.29 3.34 17.2 -
YUV 50.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 52 37 117 0.56 0.68 0 0.54 251.25 0.52 0.3
Hex 34 25 75 38 44 0 36 FB 34 1E
Octal 64 45 165 70 104 0 66 373 64 36
Binary 110100 100101 1110101 111000 1000100 0 110110 11111011 110100 11110

Color Harmonies of #342575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342575

Black with #342575

Text Example


Text Example

White with #342575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342575; }

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

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

background-color css

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

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

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

border-color css

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

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

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