#342773

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

Shades of Paris M #342773

Tints of Paris M #342773

Color information

#342773 (or 0x342773) is unknown color: approx Paris M. HEX triplet: 34, 27 and 73. RGB value is (52,39,115). Sum of RGB (Red+Green+Blue) = 52+39+115=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #342773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342773 is #CBD88C. Grayscale: #333333. Windows color (decimal): -13359245 or 7546676. OLE color: 7546676.

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

Color convert

RGB5239115-
CMYK0.550.6600.55
HSL250.26º49.35%30.2%-
HSV(B)250.26º66.09%45.1%-
XYZ5.243.4216.6-
YUV51.55163.81128.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=25.24%
G=18.93%
B=55.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52391150.550.6600.55250.2649.3530.2
Hex3427733742037fa311e
Octal6447163671020673726136
Binary1101001001111110011110111100001001101111111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342773; }

 p { color: rgb(52,39,115); }

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

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

 a { background-color: rgb(52,39,115); }

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

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

 span { border-color: rgb(52,39,115); }

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