Html Css Color HEX #342560 Paris M

📋 copy color: '#342560'

red 52 ◦ green 37 ◦ blue 96

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

Shades of Paris M #342560

Tints of Paris M #342560

RGB

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

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

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

R = 28.11%
G = 20%
B = 51.89%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342560 (or 0x342560) is known color: Paris M. HEX triplet: 34, 25 and 60. RGB value is (52,37,96). Sum of RGB (Red+Green+Blue) = 52+37+96=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #342560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342560 is #CBDA9F. Grayscale: #2F2F2F. Windows color (decimal): -13359776 or 6300980. OLE color: 6300980.

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

Color convert

RGB 52 37 96 -
CMYK 0.46 0.61 0 0.62
HSL 255.25º 0.44% 0.26% -
HSV(B) 255.25º 0.61% 0.38% -
XYZ 4.19 2.9 11.4 -
YUV 48.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 52 37 96 0.46 0.61 0 0.62 255.25 0.44 0.26
Hex 34 25 60 2E 3D 0 3E FF 2C 1A
Octal 64 45 140 56 75 0 76 377 54 32
Binary 110100 100101 1100000 101110 111101 0 111110 11111111 101100 11010

Color Harmonies of #342560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342560

Black with #342560

Text Example


Text Example

White with #342560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342560; }

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

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

background-color css

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

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

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

border-color css

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

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

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