#352B74

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

Shades of Minsk #352B74

Tints of Minsk #352B74

Color information

#352B74 (or 0x352B74) is unknown color: approx Minsk. HEX triplet: 35, 2B and 74. RGB value is (53,43,116). Sum of RGB (Red+Green+Blue) = 53+43+116=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #352B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B74 is #CAD48B. Grayscale: #363636. Windows color (decimal): -13292684 or 7613237. OLE color: 7613237.

HSL color Cylindrical-coordinate representation of color #352B74: hue angle of 248.22º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352B74 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5343116-
CMYK0.540.6300.55
HSL248.22º45.91%31.18%-
HSV(B)248.22º62.93%45.49%-
XYZ5.483.7516.96-
YUV54.31162.81127.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=25%
G=20.28%
B=54.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53431160.540.6300.55248.2245.9131.18
Hex352B74363F037f82e1f
Octal655316466770673705637
Binary110101101011111010011011011111101101111111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352B74; }

 p { color: rgb(53,43,116); }

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

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

 a { background-color: rgb(53,43,116); }

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

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

 span { border-color: rgb(53,43,116); }

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