#35305C

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

Shades of Paris M #35305C

Tints of Paris M #35305C

Color information

#35305C (or 0x35305C) is unknown color: approx Paris M. HEX triplet: 35, 30 and 5C. RGB value is (53,48,92). Sum of RGB (Red+Green+Blue) = 53+48+92=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #35305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35305C is #CACFA3. Grayscale: #363636. Windows color (decimal): -13291428 or 6041653. OLE color: 6041653.

HSL color Cylindrical-coordinate representation of color #35305C: hue angle of 246.82º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35305C is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB534892-
CMYK0.420.4800.64
HSL246.82º31.43%27.45%-
HSV(B)246.82º47.83%36.08%-
XYZ4.463.6410.59-
YUV54.51149.16126.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=27.46%
G=24.87%
B=47.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5348920.420.4800.64246.8231.4327.45
Hex35305C2A30040f71f1b
Octal6560134526001003673733
Binary110101110000101110010101011000001000000111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35305C; }

 p { color: rgb(53,48,92); }

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

<style>
 a { background-color: #35305C; }

 a { background-color: rgb(53,48,92); }

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

<style>
 span { border-color: #35305C; }

 span { border-color: rgb(53,48,92); }

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