#352878

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

Shades of Minsk #352878

Tints of Minsk #352878

Color information

#352878 (or 0x352878) is unknown color: approx Minsk. HEX triplet: 35, 28 and 78. RGB value is (53,40,120). Sum of RGB (Red+Green+Blue) = 53+40+120=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #352878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352878 is #CAD787. Grayscale: #343434. Windows color (decimal): -13293448 or 7874613. OLE color: 7874613.

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

Color convert

RGB5340120-
CMYK0.560.6700.53
HSL249.75º50%31.37%-
HSV(B)249.75º66.67%47.06%-
XYZ5.623.6318.17-
YUV53.01165.81128-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=24.88%
G=18.78%
B=56.34%

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
Decimal53401200.560.6700.53249.755031.37
Hex3528783843035fa321f
Octal6550170701030653726237
Binary1101011010001111000111000100001101101011111101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352878; }

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

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

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

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

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

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

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

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