#3D326A

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

Shades of Minsk #3D326A

Tints of Minsk #3D326A

Color information

#3D326A (or 0x3D326A) is unknown color: approx Minsk. HEX triplet: 3D, 32 and 6A. RGB value is (61,50,106). Sum of RGB (Red+Green+Blue) = 61+50+106=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D326A is #C2CD95. Grayscale: #3B3B3B. Windows color (decimal): -12766614 or 6959677. OLE color: 6959677.

HSL color Cylindrical-coordinate representation of color #3D326A: hue angle of 251.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D326A is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6150106-
CMYK0.420.5300.58
HSL251.79º35.9%30.59%-
HSV(B)251.79º52.83%41.57%-
XYZ5.674.3114.17-
YUV59.67154.14128.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.11%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=28.11%
G=23.04%
B=48.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61501060.420.5300.58251.7935.930.59
Hex3D326A2A3503Afc241f
Octal756215252650723744437
Binary111101110010110101010101011010101110101111110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,106); }

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

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

 a { background-color: rgb(61,50,106); }

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

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

 span { border-color: rgb(61,50,106); }

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