Html Css Color HEX #343156 Paris M

📋 copy color: '#343156'

red 52 ◦ green 49 ◦ blue 86

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

Shades of Paris M #343156

Tints of Paris M #343156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 27.81%
G = 26.2%
B = 45.99%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#343156 (or 0x343156) is known color: Paris M. HEX triplet: 34, 31 and 56. RGB value is (52,49,86). Sum of RGB (Red+Green+Blue) = 52+49+86=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #343156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343156 is #CBCEA9. Grayscale: #353535. Windows color (decimal): -13356714 or 5648692. OLE color: 5648692.

HSL color Cylindrical-coordinate representation of color #343156: hue angle of 244.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #343156 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 49 86 -
CMYK 0.40 0.43 0 0.66
HSL 244.86º 0.27% 0.26% -
HSV(B) 244.86º 0.43% 0.34% -
XYZ 4.19 3.6 9.28 -
YUV 54.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 52 49 86 0.40 0.43 0 0.66 244.86 0.27 0.26
Hex 34 31 56 28 2B 0 42 F5 1B 1A
Octal 64 61 126 50 53 0 102 365 33 32
Binary 110100 110001 1010110 101000 101011 0 1000010 11110101 11011 11010

Color Harmonies of #343156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343156

Black with #343156

Text Example


Text Example

White with #343156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343156; }

 p { color: rgb(52,49,86); }

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

background-color css

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

 a { background-color: rgb(52,49,86); }

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

border-color css

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

 span { border-color: rgb(52,49,86); }

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