#3D356D

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

Shades of Minsk #3D356D

Tints of Minsk #3D356D

Color information

#3D356D (or 0x3D356D) is unknown color: approx Minsk. HEX triplet: 3D, 35 and 6D. RGB value is (61,53,109). Sum of RGB (Red+Green+Blue) = 61+53+109=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D356D is #C2CA92. Grayscale: #3D3D3D. Windows color (decimal): -12765843 or 7157053. OLE color: 7157053.

HSL color Cylindrical-coordinate representation of color #3D356D: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D356D is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6153109-
CMYK0.440.5100.57
HSL248.57º34.57%31.76%-
HSV(B)248.57º51.38%42.75%-
XYZ5.964.6415.05-
YUV61.78154.65127.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=27.35%
G=23.77%
B=48.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61531090.440.5100.57248.5734.5731.76
Hex3D356D2C33039f92320
Octal756515554630713714340
Binary1111011101011101101101100110011011100111111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D356D; }

 p { color: rgb(61,53,109); }

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

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

 a { background-color: rgb(61,53,109); }

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

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

 span { border-color: rgb(61,53,109); }

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