#342866

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

Shades of Paris M #342866

Tints of Paris M #342866

Color information

#342866 (or 0x342866) is unknown color: approx Paris M. HEX triplet: 34, 28 and 66. RGB value is (52,40,102). Sum of RGB (Red+Green+Blue) = 52+40+102=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #342866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342866 is #CBD799. Grayscale: #323232. Windows color (decimal): -13359002 or 6694964. OLE color: 6694964.

HSL color Cylindrical-coordinate representation of color #342866: hue angle of 251.61º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342866 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5240102-
CMYK0.490.6100.6
HSL251.61º43.66%27.84%-
HSV(B)251.61º60.78%40%-
XYZ4.573.2112.95-
YUV50.66156.98128.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=26.80%
G=20.62%
B=52.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52401020.490.6100.6251.6143.6627.84
Hex342866313D03Cfc2c1c
Octal645014661750743745434
Binary110100101000110011011000111110101111001111110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342866; }

 p { color: rgb(52,40,102); }

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

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

 a { background-color: rgb(52,40,102); }

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

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

 span { border-color: rgb(52,40,102); }

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