#343057

Color #343057 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #343057

Tints of Paris M #343057

Color information

#343057 (or 0x343057) is unknown color: approx Paris M. HEX triplet: 34, 30 and 57. RGB value is (52,48,87). Sum of RGB (Red+Green+Blue) = 52+48+87=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #343057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343057 is #CBCFA8. Grayscale: #353535. Windows color (decimal): -13356969 or 5713972. OLE color: 5713972.

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

Color convert

RGB524887-
CMYK0.400.4500.66
HSL246.15º28.89%26.47%-
HSV(B)246.15º44.83%34.12%-
XYZ4.193.539.48-
YUV53.64146.83126.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=27.81%
G=25.67%
B=46.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5248870.400.4500.66246.1528.8926.47
Hex343057282D042f61d1a
Octal6460127505501023663532
Binary110100110000101011110100010110101000010111101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343057; }

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

 H1.HeaderClassName
 {
   color: #343057;
 }
 .AnyTagClassName
 {
   color: #343057;
 }
</style>
background-color css

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

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

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

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

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

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