#342863

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

Shades of Paris M #342863

Tints of Paris M #342863

Color information

#342863 (or 0x342863) is unknown color: approx Paris M. HEX triplet: 34, 28 and 63. RGB value is (52,40,99). Sum of RGB (Red+Green+Blue) = 52+40+99=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #342863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342863 is #CBD79C. Grayscale: #323232. Windows color (decimal): -13359005 or 6498356. OLE color: 6498356.

HSL color Cylindrical-coordinate representation of color #342863: hue angle of 252.2º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342863 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB524099-
CMYK0.470.6000.61
HSL252.2º42.45%27.25%-
HSV(B)252.2º59.6%38.82%-
XYZ4.433.1512.18-
YUV50.31155.48129.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=27.23%
G=20.94%
B=51.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5240990.470.6000.61252.242.4527.25
Hex3428632F3C03Dfc2a1b
Octal645014357740753745233
Binary110100101000110001110111111110001111011111110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342863; }

 p { color: rgb(52,40,99); }

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

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

 a { background-color: rgb(52,40,99); }

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

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

 span { border-color: rgb(52,40,99); }

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