#352773

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

Shades of Minsk #352773

Tints of Minsk #352773

Color information

#352773 (or 0x352773) is unknown color: approx Minsk. HEX triplet: 35, 27 and 73. RGB value is (53,39,115). Sum of RGB (Red+Green+Blue) = 53+39+115=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #352773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352773 is #CAD88C. Grayscale: #333333. Windows color (decimal): -13293709 or 7546677. OLE color: 7546677.

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

Color convert

RGB5339115-
CMYK0.540.6600.55
HSL251.05º49.35%30.2%-
HSV(B)251.05º66.09%45.1%-
XYZ5.293.4516.61-
YUV51.85163.64128.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=25.60%
G=18.84%
B=55.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53391150.540.6600.55251.0549.3530.2
Hex3527733642037fb311e
Octal6547163661020673736136
Binary1101011001111110011110110100001001101111111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352773; }

 p { color: rgb(53,39,115); }

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

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

 a { background-color: rgb(53,39,115); }

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

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

 span { border-color: rgb(53,39,115); }

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