#3D366F

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

Shades of Minsk #3D366F

Tints of Minsk #3D366F

Color information

#3D366F (or 0x3D366F) is unknown color: approx Minsk. HEX triplet: 3D, 36 and 6F. RGB value is (61,54,111). Sum of RGB (Red+Green+Blue) = 61+54+111=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366F is #C2C990. Grayscale: #3E3E3E. Windows color (decimal): -12765585 or 7288381. OLE color: 7288381.

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

Color convert

RGB6154111-
CMYK0.450.5100.56
HSL247.37º34.55%32.35%-
HSV(B)247.37º51.35%43.53%-
XYZ6.114.7815.64-
YUV62.59155.32126.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=26.99%
G=23.89%
B=49.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61541110.450.5100.56247.3734.5532.35
Hex3D366F2D33038f72320
Octal756615755630703674340
Binary1111011101101101111101101110011011100011110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,111); }

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

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

 a { background-color: rgb(61,54,111); }

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

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

 span { border-color: rgb(61,54,111); }

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