#3D3961

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

Shades of Minsk #3D3961

Tints of Minsk #3D3961

Color information

#3D3961 (or 0x3D3961) is unknown color: approx Minsk. HEX triplet: 3D, 39 and 61. RGB value is (61,57,97). Sum of RGB (Red+Green+Blue) = 61+57+97=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3961 is #C2C69E. Grayscale: #3E3E3E. Windows color (decimal): -12764831 or 6371645. OLE color: 6371645.

HSL color Cylindrical-coordinate representation of color #3D3961: hue angle of 246º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D3961 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB615797-
CMYK0.370.4100.62
HSL246º25.97%30.2%-
HSV(B)246º41.24%38.04%-
XYZ5.554.7811.94-
YUV62.76147.33126.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=28.37%
G=26.51%
B=45.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6157970.370.4100.6224625.9730.2
Hex3D3961252903Ef61a1e
Octal757114145510763663236
Binary11110111100111000011001011010010111110111101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,97); }

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

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

 a { background-color: rgb(61,57,97); }

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

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

 span { border-color: rgb(61,57,97); }

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