#342868

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

Shades of Paris M #342868

Tints of Paris M #342868

Color information

#342868 (or 0x342868) is unknown color: approx Paris M. HEX triplet: 34, 28 and 68. RGB value is (52,40,104). Sum of RGB (Red+Green+Blue) = 52+40+104=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #342868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342868 is #CBD797. Grayscale: #323232. Windows color (decimal): -13359000 or 6826036. OLE color: 6826036.

HSL color Cylindrical-coordinate representation of color #342868: hue angle of 251.25º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342868 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5240104-
CMYK0.500.6200.59
HSL251.25º44.44%28.24%-
HSV(B)251.25º61.54%40.78%-
XYZ4.673.2513.48-
YUV50.88157.98128.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=26.53%
G=20.41%
B=53.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52401040.500.6200.59251.2544.4428.24
Hex342868323E03Bfb2c1c
Octal645015062760733735434
Binary110100101000110100011001011111001110111111101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342868; }

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

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

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

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

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

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

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

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