#35275F

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

Shades of Paris M #35275F

Tints of Paris M #35275F

Color information

#35275F (or 0x35275F) is unknown color: approx Paris M. HEX triplet: 35, 27 and 5F. RGB value is (53,39,95). Sum of RGB (Red+Green+Blue) = 53+39+95=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #35275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35275F is #CAD8A0. Grayscale: #313131. Windows color (decimal): -13293729 or 6235957. OLE color: 6235957.

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

Color convert

RGB533995-
CMYK0.440.5900.63
HSL255º41.79%26.27%-
HSV(B)255º58.95%37.25%-
XYZ4.263.0311.19-
YUV49.57153.64130.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=28.34%
G=20.86%
B=50.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5339950.440.5900.6325541.7926.27
Hex35275F2C3B03Fff2a1a
Octal654713754730773775232
Binary110101100111101111110110011101101111111111111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35275F; }

 p { color: rgb(53,39,95); }

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

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

 a { background-color: rgb(53,39,95); }

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

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

 span { border-color: rgb(53,39,95); }

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