#342E63

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

Shades of Paris M #342E63

Tints of Paris M #342E63

Color information

#342E63 (or 0x342E63) is unknown color: approx Paris M. HEX triplet: 34, 2E and 63. RGB value is (52,46,99). Sum of RGB (Red+Green+Blue) = 52+46+99=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #342E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E63 is #CBD19C. Grayscale: #353535. Windows color (decimal): -13357469 or 6499892. OLE color: 6499892.

HSL color Cylindrical-coordinate representation of color #342E63: hue angle of 246.79º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342E63 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB524699-
CMYK0.470.5400.61
HSL246.79º36.55%28.43%-
HSV(B)246.79º53.54%38.82%-
XYZ4.653.5812.25-
YUV53.84153.49126.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=26.40%
G=23.35%
B=50.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5246990.470.5400.61246.7936.5528.43
Hex342E632F3603Df7251c
Octal645614357660753674534
Binary110100101110110001110111111011001111011111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E63; }

 p { color: rgb(52,46,99); }

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

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

 a { background-color: rgb(52,46,99); }

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

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

 span { border-color: rgb(52,46,99); }

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