#342D62

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

Shades of Paris M #342D62

Tints of Paris M #342D62

Color information

#342D62 (or 0x342D62) is unknown color: approx Paris M. HEX triplet: 34, 2D and 62. RGB value is (52,45,98). Sum of RGB (Red+Green+Blue) = 52+45+98=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #342D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D62 is #CBD29D. Grayscale: #343434. Windows color (decimal): -13357726 or 6434100. OLE color: 6434100.

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

Color convert

RGB524598-
CMYK0.470.5400.62
HSL247.92º37.06%28.04%-
HSV(B)247.92º54.08%38.43%-
XYZ4.563.4911.99-
YUV53.14153.32127.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=26.67%
G=23.08%
B=50.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5245980.470.5400.62247.9237.0628.04
Hex342D622F3603Ef8251c
Octal645514257660763704534
Binary110100101101110001010111111011001111101111100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,45,98); }

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

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

 a { background-color: rgb(52,45,98); }

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

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

 span { border-color: rgb(52,45,98); }

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