Html Css Color HEX #342960 Paris M

📋 copy color: '#342960'

red 52 ◦ green 41 ◦ blue 96

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

Shades of Paris M #342960

Tints of Paris M #342960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 27.51%
G = 21.69%
B = 50.79%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342960 (or 0x342960) is known color: Paris M. HEX triplet: 34, 29 and 60. RGB value is (52,41,96). Sum of RGB (Red+Green+Blue) = 52+41+96=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #342960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342960 is #CBD69F. Grayscale: #323232. Windows color (decimal): -13358752 or 6302004. OLE color: 6302004.

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

Color convert

RGB 52 41 96 -
CMYK 0.46 0.57 0 0.62
HSL 252º 0.4% 0.27% -
HSV(B) 252º 0.57% 0.38% -
XYZ 4.32 3.16 11.45 -
YUV 50.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 52 41 96 0.46 0.57 0 0.62 252 0.4 0.27
Hex 34 29 60 2E 39 0 3E FC 28 1B
Octal 64 51 140 56 71 0 76 374 50 33
Binary 110100 101001 1100000 101110 111001 0 111110 11111100 101000 11011

Color Harmonies of #342960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342960

Black with #342960

Text Example


Text Example

White with #342960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342960; }

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

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

background-color css

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

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

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

border-color css

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

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

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