#342872

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

Shades of Paris M #342872

Tints of Paris M #342872

Color information

#342872 (or 0x342872) is unknown color: approx Paris M. HEX triplet: 34, 28 and 72. RGB value is (52,40,114). Sum of RGB (Red+Green+Blue) = 52+40+114=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #342872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342872 is #CBD78D. Grayscale: #333333. Windows color (decimal): -13358990 or 7481396. OLE color: 7481396.

HSL color Cylindrical-coordinate representation of color #342872: hue angle of 249.73º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342872 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5240114-
CMYK0.540.6500.55
HSL249.73º48.05%30.2%-
HSV(B)249.73º64.91%44.71%-
XYZ5.213.4616.31-
YUV52.02162.98127.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=25.24%
G=19.42%
B=55.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52401140.540.6500.55249.7348.0530.2
Hex3428723641037fa301e
Octal6450162661010673726036
Binary1101001010001110010110110100000101101111111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342872; }

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

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

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

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

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

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

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

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