#3D366B

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

Shades of Minsk #3D366B

Tints of Minsk #3D366B

Color information

#3D366B (or 0x3D366B) is unknown color: approx Minsk. HEX triplet: 3D, 36 and 6B. RGB value is (61,54,107). Sum of RGB (Red+Green+Blue) = 61+54+107=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366B is #C2C994. Grayscale: #3D3D3D. Windows color (decimal): -12765589 or 7026237. OLE color: 7026237.

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

Color convert

RGB6154107-
CMYK0.430.5000.58
HSL247.92º32.92%31.57%-
HSV(B)247.92º49.53%41.96%-
XYZ5.94.6914.5-
YUV62.14153.32127.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=27.48%
G=24.32%
B=48.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61541070.430.5000.58247.9232.9231.57
Hex3D366B2B3203Af82120
Octal756615353620723704140
Binary1111011101101101011101011110010011101011111000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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