#35256F

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

Shades of Paris M #35256F

Tints of Paris M #35256F

Color information

#35256F (or 0x35256F) is unknown color: approx Paris M. HEX triplet: 35, 25 and 6F. RGB value is (53,37,111). Sum of RGB (Red+Green+Blue) = 53+37+111=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #35256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35256F is #CADA90. Grayscale: #313131. Windows color (decimal): -13294225 or 7284021. OLE color: 7284021.

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

Color convert

RGB5337111-
CMYK0.520.6700.56
HSL252.97º50%29.02%-
HSV(B)252.97º66.67%43.53%-
XYZ53.2315.4-
YUV50.22162.3129.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=26.37%
G=18.41%
B=55.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53371110.520.6700.56252.975029.02
Hex35256F3443038fd321d
Octal6545157641030703756235
Binary1101011001011101111110100100001101110001111110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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