#342B62

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

Shades of Paris M #342B62

Tints of Paris M #342B62

Color information

#342B62 (or 0x342B62) is unknown color: approx Paris M. HEX triplet: 34, 2B and 62. RGB value is (52,43,98). Sum of RGB (Red+Green+Blue) = 52+43+98=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #342B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B62 is #CBD49D. Grayscale: #333333. Windows color (decimal): -13358238 or 6433588. OLE color: 6433588.

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

Color convert

RGB524398-
CMYK0.470.5600.62
HSL249.82º39.01%27.65%-
HSV(B)249.82º56.12%38.43%-
XYZ4.483.3411.96-
YUV51.96153.98128.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=26.94%
G=22.28%
B=50.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5243980.470.5600.62249.8239.0127.65
Hex342B622F3803Efa271c
Octal645314257700763724734
Binary110100101011110001010111111100001111101111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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