#352575

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

Shades of Minsk #352575

Tints of Minsk #352575

Color information

#352575 (or 0x352575) is unknown color: approx Minsk. HEX triplet: 35, 25 and 75. RGB value is (53,37,117). Sum of RGB (Red+Green+Blue) = 53+37+117=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #352575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352575 is #CADA8A. Grayscale: #323232. Windows color (decimal): -13294219 or 7677237. OLE color: 7677237.

HSL color Cylindrical-coordinate representation of color #352575: hue angle of 252º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352575 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5337117-
CMYK0.550.6800.54
HSL252º51.95%30.2%-
HSV(B)252º68.38%45.88%-
XYZ5.343.3617.2-
YUV50.9165.3129.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=25.60%
G=17.87%
B=56.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53371170.550.6800.5425251.9530.2
Hex3525753744036fc341e
Octal6545165671040663746436
Binary1101011001011110101110111100010001101101111110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352575; }

 p { color: rgb(53,37,117); }

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

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

 a { background-color: rgb(53,37,117); }

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

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

 span { border-color: rgb(53,37,117); }

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