#342762

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

Shades of Paris M #342762

Tints of Paris M #342762

Color information

#342762 (or 0x342762) is unknown color: approx Paris M. HEX triplet: 34, 27 and 62. RGB value is (52,39,98). Sum of RGB (Red+Green+Blue) = 52+39+98=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #342762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342762 is #CBD89D. Grayscale: #313131. Windows color (decimal): -13359262 or 6432564. OLE color: 6432564.

HSL color Cylindrical-coordinate representation of color #342762: hue angle of 253.22º 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 #342762 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB523998-
CMYK0.470.6000.62
HSL253.22º43.07%26.86%-
HSV(B)253.22º60.2%38.43%-
XYZ4.353.0611.92-
YUV49.61155.31129.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=27.51%
G=20.63%
B=51.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5239980.470.6000.62253.2243.0726.86
Hex3427622F3C03Efd2b1b
Octal644714257740763755333
Binary110100100111110001010111111110001111101111110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342762; }

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

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

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

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

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

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

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

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