#342668

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

Shades of Paris M #342668

Tints of Paris M #342668

Color information

#342668 (or 0x342668) is unknown color: approx Paris M. HEX triplet: 34, 26 and 68. RGB value is (52,38,104). Sum of RGB (Red+Green+Blue) = 52+38+104=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #342668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342668 is #CBD997. Grayscale: #313131. Windows color (decimal): -13359512 or 6825524. OLE color: 6825524.

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

Color convert

RGB5238104-
CMYK0.500.6300.59
HSL252.73º46.48%27.84%-
HSV(B)252.73º63.46%40.78%-
XYZ4.613.1213.46-
YUV49.71158.64129.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=26.80%
G=19.59%
B=53.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52381040.500.6300.59252.7346.4827.84
Hex342668323F03Bfd2e1c
Octal644615062770733755634
Binary110100100110110100011001011111101110111111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342668; }

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

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

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

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

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

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

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

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