#34265D

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

Shades of Paris M #34265D

Tints of Paris M #34265D

Color information

#34265D (or 0x34265D) is unknown color: approx Paris M. HEX triplet: 34, 26 and 5D. RGB value is (52,38,93). Sum of RGB (Red+Green+Blue) = 52+38+93=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #34265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265D is #CBD9A2. Grayscale: #303030. Windows color (decimal): -13359523 or 6104628. OLE color: 6104628.

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

Color convert

RGB523893-
CMYK0.440.5900.64
HSL255.27º41.98%25.69%-
HSV(B)255.27º59.14%36.47%-
XYZ4.092.9110.7-
YUV48.46153.14130.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=28.42%
G=20.77%
B=50.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5238930.440.5900.64255.2741.9825.69
Hex34265D2C3B040ff2a1a
Octal6446135547301003775232
Binary1101001001101011101101100111011010000001111111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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