#35276F

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

Shades of Paris M #35276F

Tints of Paris M #35276F

Color information

#35276F (or 0x35276F) is unknown color: approx Paris M. HEX triplet: 35, 27 and 6F. RGB value is (53,39,111). Sum of RGB (Red+Green+Blue) = 53+39+111=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #35276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35276F is #CAD890. Grayscale: #333333. Windows color (decimal): -13293713 or 7284533. OLE color: 7284533.

HSL color Cylindrical-coordinate representation of color #35276F: hue angle of 251.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35276F is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5339111-
CMYK0.520.6500.56
HSL251.67º48%29.41%-
HSV(B)251.67º64.86%43.53%-
XYZ5.063.3615.42-
YUV51.39161.64129.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=26.11%
G=19.21%
B=54.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53391110.520.6500.56251.674829.41
Hex35276F3441038fc301d
Octal6547157641010703746035
Binary1101011001111101111110100100000101110001111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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