Html Css Color HEX #343059 Paris M

📋 copy color: '#343059'

red 52 ◦ green 48 ◦ blue 89

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

Shades of Paris M #343059

Tints of Paris M #343059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 27.51%
G = 25.4%
B = 47.09%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343059 (or 0x343059) is known color: Paris M. HEX triplet: 34, 30 and 59. RGB value is (52,48,89). Sum of RGB (Red+Green+Blue) = 52+48+89=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #343059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343059 is #CBCFA6. Grayscale: #353535. Windows color (decimal): -13356967 or 5845044. OLE color: 5845044.

HSL color Cylindrical-coordinate representation of color #343059: hue angle of 245.85º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343059 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 48 89 -
CMYK 0.42 0.46 0 0.65
HSL 245.85º 0.3% 0.27% -
HSV(B) 245.85º 0.46% 0.35% -
XYZ 4.28 3.57 9.91 -
YUV 53.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 52 48 89 0.42 0.46 0 0.65 245.85 0.3 0.27
Hex 34 30 59 2A 2E 0 41 F6 1E 1B
Octal 64 60 131 52 56 0 101 366 36 33
Binary 110100 110000 1011001 101010 101110 0 1000001 11110110 11110 11011

Color Harmonies of #343059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343059

Black with #343059

Text Example


Text Example

White with #343059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343059; }

 p { color: rgb(52,48,89); }

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

background-color css

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

 a { background-color: rgb(52,48,89); }

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

border-color css

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

 span { border-color: rgb(52,48,89); }

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