#3D376D

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

Shades of Minsk #3D376D

Tints of Minsk #3D376D

Color information

#3D376D (or 0x3D376D) is unknown color: approx Minsk. HEX triplet: 3D, 37 and 6D. RGB value is (61,55,109). Sum of RGB (Red+Green+Blue) = 61+55+109=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D376D is #C2C892. Grayscale: #3E3E3E. Windows color (decimal): -12765331 or 7157565. OLE color: 7157565.

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

Color convert

RGB6155109-
CMYK0.440.5000.57
HSL246.67º32.93%32.16%-
HSV(B)246.67º49.54%42.75%-
XYZ6.054.8315.08-
YUV62.95153.99126.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=27.11%
G=24.44%
B=48.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61551090.440.5000.57246.6732.9332.16
Hex3D376D2C32039f72120
Octal756715554620713674140
Binary1111011101111101101101100110010011100111110111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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