#35275B

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

Shades of Paris M #35275B

Tints of Paris M #35275B

Color information

#35275B (or 0x35275B) is unknown color: approx Paris M. HEX triplet: 35, 27 and 5B. RGB value is (53,39,91). Sum of RGB (Red+Green+Blue) = 53+39+91=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #35275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35275B is #CAD8A4. Grayscale: #303030. Windows color (decimal): -13293733 or 5973813. OLE color: 5973813.

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

Color convert

RGB533991-
CMYK0.420.5700.64
HSL256.15º40%25.49%-
HSV(B)256.15º57.14%35.69%-
XYZ4.082.9610.25-
YUV49.11151.64130.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=28.96%
G=21.31%
B=49.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5339910.420.5700.64256.154025.49
Hex35275B2A390401002819
Octal6547133527101004005031
Binary11010110011110110111010101110010100000010000000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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