#352879

Color #352879 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #352879

Tints of Minsk #352879

Color information

#352879 (or 0x352879) is unknown color: approx Minsk. HEX triplet: 35, 28 and 79. RGB value is (53,40,121). Sum of RGB (Red+Green+Blue) = 53+40+121=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #352879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352879 is #CAD786. Grayscale: #343434. Windows color (decimal): -13293447 or 7940149. OLE color: 7940149.

HSL color Cylindrical-coordinate representation of color #352879: hue angle of 249.63º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352879 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5340121-
CMYK0.560.6700.53
HSL249.63º50.31%31.57%-
HSV(B)249.63º66.94%47.45%-
XYZ5.683.6518.5-
YUV53.12166.31127.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=24.77%
G=18.69%
B=56.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53401210.560.6700.53249.6350.3131.57
Hex3528793843035fa3220
Octal6550171701030653726240
Binary11010110100011110011110001000011011010111111010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352879; }

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

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

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

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

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

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

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

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