#3D3167

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

Shades of Minsk #3D3167

Tints of Minsk #3D3167

Color information

#3D3167 (or 0x3D3167) is unknown color: approx Minsk. HEX triplet: 3D, 31 and 67. RGB value is (61,49,103). Sum of RGB (Red+Green+Blue) = 61+49+103=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3167 is #C2CE98. Grayscale: #3A3A3A. Windows color (decimal): -12766873 or 6762813. OLE color: 6762813.

HSL color Cylindrical-coordinate representation of color #3D3167: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D3167 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6149103-
CMYK0.410.5200.60
HSL253.33º35.53%29.8%-
HSV(B)253.33º52.43%40.39%-
XYZ5.474.1713.35-
YUV58.74152.98129.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=28.64%
G=23.00%
B=48.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61491030.410.5200.60253.3335.5329.8
Hex3D3167293403Cfd241e
Octal756114751640743754436
Binary111101110001110011110100111010001111001111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,103); }

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

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

 a { background-color: rgb(61,49,103); }

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

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

 span { border-color: rgb(61,49,103); }

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