#342369

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

Shades of Paris M #342369

Tints of Paris M #342369

Color information

#342369 (or 0x342369) is unknown color: approx Paris M. HEX triplet: 34, 23 and 69. RGB value is (52,35,105). Sum of RGB (Red+Green+Blue) = 52+35+105=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #342369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342369 is #CBDC96. Grayscale: #2F2F2F. Windows color (decimal): -13360279 or 6890292. OLE color: 6890292.

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

Color convert

RGB5235105-
CMYK0.500.6700.59
HSL254.57º50%27.45%-
HSV(B)254.57º66.67%41.18%-
XYZ4.572.9513.69-
YUV48.06160.13130.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=27.08%
G=18.23%
B=54.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52351050.500.6700.59254.575027.45
Hex342369324303Bff321b
Octal6443151621030733776233
Binary1101001000111101001110010100001101110111111111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342369; }

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

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

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

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

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

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

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

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