#342A6F

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

Shades of Paris M #342A6F

Tints of Paris M #342A6F

Color information

#342A6F (or 0x342A6F) is unknown color: approx Paris M. HEX triplet: 34, 2A and 6F. RGB value is (52,42,111). Sum of RGB (Red+Green+Blue) = 52+42+111=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #342A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A6F is #CBD590. Grayscale: #343434. Windows color (decimal): -13358481 or 7285300. OLE color: 7285300.

HSL color Cylindrical-coordinate representation of color #342A6F: hue angle of 248.7º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342A6F is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5242111-
CMYK0.530.6200.56
HSL248.7º45.1%30%-
HSV(B)248.7º62.16%43.53%-
XYZ5.113.5315.45-
YUV52.86160.81127.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=25.37%
G=20.49%
B=54.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52421110.530.6200.56248.745.130
Hex342A6F353E038f92d1e
Octal645215765760703715536
Binary110100101010110111111010111111001110001111100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,42,111); }

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

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

 a { background-color: rgb(52,42,111); }

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

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

 span { border-color: rgb(52,42,111); }

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