#35296D

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

Shades of Paris M #35296D

Tints of Paris M #35296D

Color information

#35296D (or 0x35296D) is unknown color: approx Paris M. HEX triplet: 35, 29 and 6D. RGB value is (53,41,109). Sum of RGB (Red+Green+Blue) = 53+41+109=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #35296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35296D is #CAD692. Grayscale: #343434. Windows color (decimal): -13293203 or 7153973. OLE color: 7153973.

HSL color Cylindrical-coordinate representation of color #35296D: hue angle of 250.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35296D is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5341109-
CMYK0.510.6200.57
HSL250.59º45.33%29.41%-
HSV(B)250.59º62.39%42.75%-
XYZ5.023.4514.87-
YUV52.34159.98128.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=26.11%
G=20.20%
B=53.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53411090.510.6200.57250.5945.3329.41
Hex35296D333E039fb2d1d
Octal655115563760713735535
Binary110101101001110110111001111111001110011111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35296D; }

 p { color: rgb(53,41,109); }

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

<style>
 a { background-color: #35296D; }

 a { background-color: rgb(53,41,109); }

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

<style>
 span { border-color: #35296D; }

 span { border-color: rgb(53,41,109); }

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