#342761

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

Shades of Paris M #342761

Tints of Paris M #342761

Color information

#342761 (or 0x342761) is unknown color: approx Paris M. HEX triplet: 34, 27 and 61. RGB value is (52,39,97). Sum of RGB (Red+Green+Blue) = 52+39+97=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #342761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342761 is #CBD89E. Grayscale: #313131. Windows color (decimal): -13359263 or 6367028. OLE color: 6367028.

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

Color convert

RGB523997-
CMYK0.460.6000.62
HSL253.45º42.65%26.67%-
HSV(B)253.45º59.79%38.04%-
XYZ4.33.0411.67-
YUV49.5154.81129.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=27.66%
G=20.74%
B=51.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5239970.460.6000.62253.4542.6526.67
Hex3427612E3C03Efd2b1b
Octal644714156740763755333
Binary110100100111110000110111011110001111101111110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342761; }

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

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

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

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

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

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

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

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