#34295b

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

Shades of Paris M #34295B

Tints of Paris M #34295B

Color information

#34295B (or 0x34295B) is unknown color: approx Paris M. HEX triplet: 34, 29 and 5B. RGB value is (52,41,91). Sum of RGB (Red+Green+Blue) = 52+41+91=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #34295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34295B is #CBD6A4. Grayscale: #313131. Windows color (decimal): -13358757 or 5974324. OLE color: 5974324.

HSL color Cylindrical-coordinate representation of color #34295B: hue angle of 253.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34295B is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB524191-
CMYK0.430.5500.64
HSL253.2º37.88%25.88%-
HSV(B)253.2º54.95%35.69%-
XYZ4.13.0710.27-
YUV49.99151.14129.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=28.26%
G=22.28%
B=49.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5241910.430.5500.64253.237.8825.88
Hex34295B2B37040fd261a
Octal6451133536701003754632
Binary1101001010011011011101011110111010000001111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34295b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34295b; }

 p { color: rgb(52,41,91); }

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

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

 a { background-color: rgb(52,41,91); }

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

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

 span { border-color: rgb(52,41,91); }

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