#342B61

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

Shades of Paris M #342B61

Tints of Paris M #342B61

Color information

#342B61 (or 0x342B61) is unknown color: approx Paris M. HEX triplet: 34, 2B and 61. RGB value is (52,43,97). Sum of RGB (Red+Green+Blue) = 52+43+97=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #342B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B61 is #CBD49E. Grayscale: #333333. Windows color (decimal): -13358239 or 6368052. OLE color: 6368052.

HSL color Cylindrical-coordinate representation of color #342B61: hue angle of 250º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342B61 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB524397-
CMYK0.460.5600.62
HSL250º38.57%27.45%-
HSV(B)250º55.67%38.04%-
XYZ4.443.3211.72-
YUV51.85153.48128.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=27.08%
G=22.40%
B=50.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5243970.460.5600.6225038.5727.45
Hex342B612E3803Efa271b
Octal645314156700763724733
Binary110100101011110000110111011100001111101111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,97); }

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

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

 a { background-color: rgb(52,43,97); }

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

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

 span { border-color: rgb(52,43,97); }

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