#35295D

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

Shades of Paris M #35295D

Tints of Paris M #35295D

Color information

#35295D (or 0x35295D) is unknown color: approx Paris M. HEX triplet: 35, 29 and 5D. RGB value is (53,41,93). Sum of RGB (Red+Green+Blue) = 53+41+93=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #35295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35295D is #CAD6A2. Grayscale: #323232. Windows color (decimal): -13293219 or 6105397. OLE color: 6105397.

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

Color convert

RGB534193-
CMYK0.430.5600.64
HSL253.85º38.81%26.27%-
HSV(B)253.85º55.91%36.47%-
XYZ4.243.1310.74-
YUV50.52151.98129.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=28.34%
G=21.93%
B=49.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5341930.430.5600.64253.8538.8126.27
Hex35295D2B38040fe271a
Octal6551135537001003764732
Binary1101011010011011101101011111000010000001111111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,41,93); }

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

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

 a { background-color: rgb(53,41,93); }

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

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

 span { border-color: rgb(53,41,93); }

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