#352877

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

Shades of Minsk #352877

Tints of Minsk #352877

Color information

#352877 (or 0x352877) is unknown color: approx Minsk. HEX triplet: 35, 28 and 77. RGB value is (53,40,119). Sum of RGB (Red+Green+Blue) = 53+40+119=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #352877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352877 is #CAD788. Grayscale: #343434. Windows color (decimal): -13293449 or 7809077. OLE color: 7809077.

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

Color convert

RGB5340119-
CMYK0.550.6600.53
HSL249.87º49.69%31.18%-
HSV(B)249.87º66.39%46.67%-
XYZ5.563.6117.86-
YUV52.89165.31128.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=25%
G=18.87%
B=56.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53401190.550.6600.53249.8749.6931.18
Hex3528773742035fa321f
Octal6550167671020653726237
Binary1101011010001110111110111100001001101011111101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352877; }

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

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

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

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

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

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

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

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