Html Css Color HEX #342860 Paris M

📋 copy color: '#342860'

red 52 ◦ green 40 ◦ blue 96

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

Shades of Paris M #342860

Tints of Paris M #342860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 27.66%
G = 21.28%
B = 51.06%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342860 (or 0x342860) is known color: Paris M. HEX triplet: 34, 28 and 60. RGB value is (52,40,96). Sum of RGB (Red+Green+Blue) = 52+40+96=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #342860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342860 is #CBD79F. Grayscale: #313131. Windows color (decimal): -13359008 or 6301748. OLE color: 6301748.

HSL color Cylindrical-coordinate representation of color #342860: hue angle of 252.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342860 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 40 96 -
CMYK 0.46 0.58 0 0.62
HSL 252.86º 0.41% 0.27% -
HSV(B) 252.86º 0.58% 0.38% -
XYZ 4.29 3.09 11.44 -
YUV 49.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 52 40 96 0.46 0.58 0 0.62 252.86 0.41 0.27
Hex 34 28 60 2E 3A 0 3E FD 29 1B
Octal 64 50 140 56 72 0 76 375 51 33
Binary 110100 101000 1100000 101110 111010 0 111110 11111101 101001 11011

Color Harmonies of #342860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342860

Black with #342860

Text Example


Text Example

White with #342860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342860; }

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

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

background-color css

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

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

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

border-color css

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

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

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