#35286F

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

Shades of Paris M #35286F

Tints of Paris M #35286F

Color information

#35286F (or 0x35286F) is unknown color: approx Paris M. HEX triplet: 35, 28 and 6F. RGB value is (53,40,111). Sum of RGB (Red+Green+Blue) = 53+40+111=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #35286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35286F is #CAD790. Grayscale: #333333. Windows color (decimal): -13293457 or 7284789. OLE color: 7284789.

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

Color convert

RGB5340111-
CMYK0.520.6400.56
HSL250.99º47.02%29.61%-
HSV(B)250.99º63.96%43.53%-
XYZ5.13.4215.43-
YUV51.98161.31128.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=25.98%
G=19.61%
B=54.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53401110.520.6400.56250.9947.0229.61
Hex35286F3440038fb2f1e
Octal6550157641000703735736
Binary1101011010001101111110100100000001110001111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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