#34265C

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

Shades of Paris M #34265C

Tints of Paris M #34265C

Color information

#34265C (or 0x34265C) is unknown color: approx Paris M. HEX triplet: 34, 26 and 5C. RGB value is (52,38,92). Sum of RGB (Red+Green+Blue) = 52+38+92=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #34265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265C is #CBD9A3. Grayscale: #303030. Windows color (decimal): -13359524 or 6039092. OLE color: 6039092.

HSL color Cylindrical-coordinate representation of color #34265C: hue angle of 255.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34265C is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB523892-
CMYK0.430.5900.64
HSL255.56º41.54%25.49%-
HSV(B)255.56º58.7%36.08%-
XYZ4.042.8910.47-
YUV48.34152.64130.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=28.57%
G=20.88%
B=50.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5238920.430.5900.64255.5641.5425.49
Hex34265C2B3B0401002a19
Octal6446134537301004005231
Binary11010010011010111001010111110110100000010000000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34265C; }

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

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

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

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

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

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

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

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