#342B69

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

Shades of Paris M #342B69

Tints of Paris M #342B69

Color information

#342B69 (or 0x342B69) is unknown color: approx Paris M. HEX triplet: 34, 2B and 69. RGB value is (52,43,105). Sum of RGB (Red+Green+Blue) = 52+43+105=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #342B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B69 is #CBD496. Grayscale: #343434. Windows color (decimal): -13358231 or 6892340. OLE color: 6892340.

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

Color convert

RGB5243105-
CMYK0.500.5900.59
HSL248.71º41.89%29.02%-
HSV(B)248.71º59.05%41.18%-
XYZ4.833.4813.78-
YUV52.76157.48127.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=26%
G=21.5%
B=52.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52431050.500.5900.59248.7141.8929.02
Hex342B69323B03Bf92a1d
Octal645315162730733715235
Binary110100101011110100111001011101101110111111100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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