#352B76

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

Shades of Minsk #352B76

Tints of Minsk #352B76

Color information

#352B76 (or 0x352B76) is unknown color: approx Minsk. HEX triplet: 35, 2B and 76. RGB value is (53,43,118). Sum of RGB (Red+Green+Blue) = 53+43+118=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #352B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B76 is #CAD489. Grayscale: #363636. Windows color (decimal): -13292682 or 7744309. OLE color: 7744309.

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

Color convert

RGB5343118-
CMYK0.550.6400.54
HSL248º46.58%31.57%-
HSV(B)248º63.56%46.27%-
XYZ5.63.7917.58-
YUV54.54163.81126.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=24.77%
G=20.09%
B=55.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53431180.550.6400.5424846.5831.57
Hex352B763740036f82f20
Octal6553166671000663705740
Binary11010110101111101101101111000000011011011111000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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