#342569

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

Shades of Paris M #342569

Tints of Paris M #342569

Color information

#342569 (or 0x342569) is unknown color: approx Paris M. HEX triplet: 34, 25 and 69. RGB value is (52,37,105). Sum of RGB (Red+Green+Blue) = 52+37+105=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #342569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342569 is #CBDA96. Grayscale: #303030. Windows color (decimal): -13359767 or 6890804. OLE color: 6890804.

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

Color convert

RGB5237105-
CMYK0.500.6500.59
HSL253.24º47.89%27.84%-
HSV(B)253.24º64.76%41.18%-
XYZ4.633.0713.71-
YUV49.24159.47129.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=26.80%
G=19.07%
B=54.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52371050.500.6500.59253.2447.8927.84
Hex342569324103Bfd301c
Octal6445151621010733756034
Binary1101001001011101001110010100000101110111111110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342569; }

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

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

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

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

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

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

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

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