#342568

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

Shades of Paris M #342568

Tints of Paris M #342568

Color information

#342568 (or 0x342568) is unknown color: approx Paris M. HEX triplet: 34, 25 and 68. RGB value is (52,37,104). Sum of RGB (Red+Green+Blue) = 52+37+104=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #342568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342568 is #CBDA97. Grayscale: #303030. Windows color (decimal): -13359768 or 6825268. OLE color: 6825268.

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

Color convert

RGB5237104-
CMYK0.500.6400.59
HSL253.43º47.52%27.65%-
HSV(B)253.43º64.42%40.78%-
XYZ4.583.0513.44-
YUV49.12158.97130.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=26.94%
G=19.17%
B=53.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52371040.500.6400.59253.4347.5227.65
Hex342568324003Bfd301c
Octal6445150621000733756034
Binary1101001001011101000110010100000001110111111110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342568; }

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

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

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

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

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

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

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

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