#342669

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

Shades of Paris M #342669

Tints of Paris M #342669

Color information

#342669 (or 0x342669) is unknown color: approx Paris M. HEX triplet: 34, 26 and 69. RGB value is (52,38,105). Sum of RGB (Red+Green+Blue) = 52+38+105=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #342669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342669 is #CBD996. Grayscale: #313131. Windows color (decimal): -13359511 or 6891060. OLE color: 6891060.

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

Color convert

RGB5238105-
CMYK0.500.6400.59
HSL252.54º46.85%28.04%-
HSV(B)252.54º63.81%41.18%-
XYZ4.663.1413.72-
YUV49.82159.14129.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=26.67%
G=19.49%
B=53.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52381050.500.6400.59252.5446.8528.04
Hex342669324003Bfd2f1c
Octal6446151621000733755734
Binary1101001001101101001110010100000001110111111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342669; }

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

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

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

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

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

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

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

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